/AliOS-Things-master/components/amp/jslib/src/ |
A D | events.js | 139 var existing; 155 existing = events[type]; 158 if (existing === undefined) { 159 existing = events[type] = listener; 162 if (typeof existing === 'function') { 163 existing = events[type] = 164 prepend ? [listener, existing] : [existing, listener]; 166 existing.unshift(listener); 168 existing.push(listener);
|
/AliOS-Things-master/components/amp/libjs/lib/ |
A D | events.js | 139 var existing; 155 existing = events[type]; 158 if (existing === undefined) { 159 existing = events[type] = listener; 162 if (typeof existing === 'function') { 163 existing = events[type] = 164 prepend ? [listener, existing] : [existing, listener]; 166 existing.unshift(listener); 168 existing.push(listener);
|
/AliOS-Things-master/components/SDL2/src/dynapi/ |
A D | gendynapi.pl | 37 my %existing = (); 42 $existing{$1} = 1; 77 next if $existing{$fn}; # already slotted into the jump table.
|
/AliOS-Things-master/components/py_engine/engine/tools/ |
A D | mpy_ld.py | 369 existing = struct.unpack_from("<I", sec.data, r["r_offset"])[0] 372 name = "{}+0x{:x}".format(s.section.name, existing) 374 assert existing == 0 383 env.got_entries[name] = GOTEntry(name, s, existing) 584 (existing,) = struct.unpack_from("<I", env.full_text, r_offset) 588 existing = (b_h & 0x7FF) << 12 | (b_l & 0x7FF) << 1 589 if existing >= 0x400000: # 2's complement 590 existing -= 0x800000 591 new = existing + reloc 652 (existing,) = struct.unpack_from(struct_type, data, r_offset) [all …]
|
/AliOS-Things-master/components/SDL2/src/joystick/ |
A D | SDL_gamecontroller.c | 899 *existing = SDL_TRUE; in SDL_PrivateAddMappingForGUID() 927 *existing = SDL_FALSE; in SDL_PrivateAddMappingForGUID() 938 SDL_bool existing; in SDL_CreateMappingForAndroidController() local 1051 &existing, SDL_CONTROLLER_MAPPING_PRIORITY_DEFAULT); in SDL_CreateMappingForAndroidController() 1068 SDL_bool existing; in SDL_PrivateGetControllerMappingForNameAndGUID() local 1071 &existing, SDL_CONTROLLER_MAPPING_PRIORITY_DEFAULT); in SDL_PrivateGetControllerMappingForNameAndGUID() 1126 SDL_bool existing; in SDL_PrivateGenerateAutomaticControllerMapping() local 1174 &existing, SDL_CONTROLLER_MAPPING_PRIORITY_DEFAULT); in SDL_PrivateGenerateAutomaticControllerMapping() 1289 SDL_bool existing = SDL_FALSE; in SDL_PrivateGameControllerAddMapping() local 1372 pControllerMapping = SDL_PrivateAddMappingForGUID(jGUID, mappingString, &existing, priority); in SDL_PrivateGameControllerAddMapping() [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/addtiffo/ |
A D | README | 4 The addtiffo utility is used to add overview pyramids to an existing 52 both, but it isn't currently easy to add a SUBIFD tag to an existing
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/mlir/testing/ |
A D | BUILD | 42 # of relying on an existing one for OSS builds.
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | HOWTO-RELEASE | 52 installed library files don't overwrite existing files. If APIs
|
A D | ChangeLog | 1877 * libtiff/tif_dir.c: in TIFFDefaultDirectory(), reset any already existing 3045 directories with jpegtables when doing updates to existing images. 3249 * test/Makefile.am, test/tiffcrop*.sh: Split previously existing 3251 all of the existing tests to be based on some simple shell 3693 rewrites one field "on disk" updating an existing directory 3730 establishing if an existing tile can be rewritten to the same location 6509 more than 8 bits per sample to existing files of a non-native byte 6739 a pre-existing compressed image. That is, image writing to 6740 pre-existing compressed images is not allowed. 6776 * libtiff/tif_dir.c: fixed bug with resetting an existing custom [all …]
|
/AliOS-Things-master/components/SDL2/docs/ |
A D | README-winrt.md | 143 application runs, and can cause existing save-data to be overwritten 332 (`SDL_PollEvent`, etc.) If you have a set of existing source files and assets, 340 If you are creating a new app (rather than porting an existing SDL-based app), 342 get existing code working, some working SDL/WinRT code is provided below. To 390 If you have existing code and assets that you'd like to add, you should be able
|
A D | README-macosx.md | 83 An existing autoconf/automake build system for your SDL app has good chances
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/tags/ |
A D | README | 78 tags currently installed. If you use the existing makefile you can
|
/AliOS-Things-master/components/littlevgl/docs/ |
A D | CONTRIBUTING.md | 77 You can join others to work on an already existing language or you can start a new one.
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | change.log | 329 display of progressive images. Simply recompiling an existing IJG-v5-based 342 existing applications that use suspending input will need to be changed
|
A D | usage.txt | 650 Ordinarily, the COM block is added after any existing COM blocks, but you 667 -replace Delete any existing COM blocks from the file.
|
A D | README | 316 (In any case, our decoder will remain capable of reading existing JPEG
|
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | Kconfig | 240 amount the calls will block until an existing queued PDU gets
|
/AliOS-Things-master/components/SDL2/src/hidapi/ios/ |
A D | hid.m | 211 …// where any scanning gets started or connecting to existing peripherals happens, it's never alrea…
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/doc/ |
A D | rfc1952.txt | 108 will be able to read data produced by the existing gzip
|
A D | rfc1951.txt | 121 will be able to read data produced by the existing gzip
|
/AliOS-Things-master/components/SDL2/src/video/cocoa/ |
A D | SDL_cocoawindow.m | 1184 DLog("Began Fingers: %lu .. existing: %d", (unsigned long)[touches count], existingTouchCount); 1583 /* Query the title from the existing window */
|
/AliOS-Things-master/components/mbedtls/ |
A D | ChangeLog | 8 API, such as passing NULL pointers. The API of existing functions hasn't 30 Where modules have had parameter validation added, existing parameter 31 checks may have changed. Some modules, such as Chacha20 had existing 123 yet), and to existing functions in ECDH and SSL (currently only 2854 the existing date check
|
/AliOS-Things-master/components/ble_host/script/Kconfiglib-10.21.0/ |
A D | README.rst | 302 to integrate information from existing Python tools into Kconfig (e.g. to
|
/AliOS-Things-master/components/ble_mesh/script/Kconfiglib-10.21.0/ |
A D | README.rst | 302 to integrate information from existing Python tools into Kconfig (e.g. to
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | libpng-manual.txt | 539 callback returns 0. If you want the existing behavior you should set the global 1031 If you just need to composite the PNG image onto an existing background 2105 the existing ones meets your needs. This is done by setting a callback 2485 function is responsible for freeing any existing data that might be present, 3541 the existing ones meets your needs. This is done by setting a callback 4344 chunk and existing `intrinsic' chunks. 5181 a pre-existing bug where the per-chunk 'keep' setting is ignored, and makes
|