Home
last modified time | relevance | path

Searched refs:objects (Results 1 – 25 of 77) sorted by relevance

1234

/AliOS-Things-master/components/SDL2/
A DMakefile5 objects = build macro
34objects)/SDL.lo $(objects)/SDL_assert.lo $(objects)/SDL_dataqueue.lo $(objects)/SDL_error.lo $(obj…
43objects)/SDL_test_assert.lo $(objects)/SDL_test_common.lo $(objects)/SDL_test_compare.lo $(objects
133 all: $(srcdir)/configure Makefile $(objects)/$(TARGET) $(objects)/$(SDLMAIN_TARGET) $(objects)/$(SD…
143 $(objects)/.created:
180 install-lib: $(objects) $(objects)/$(TARGET) $(objects)/$(SDLMAIN_TARGET) $(objects)/$(SDLTEST_TARG…
217 rm -rf $(objects)
261 $(objects)/SDL.lo: /workspace/atos_core_release/components/utilities/SDL/src/SDL.c $(objects)/.crea…
276 $(objects)/SDL_log.lo: /workspace/atos_core_release/components/utilities/SDL/src/SDL_log.c $(object…
354 $(objects)/e_exp.lo: /workspace/atos_core_release/components/utilities/SDL/src/libm/e_exp.c $(objec…
[all …]
/AliOS-Things-master/components/oss/src/model/
A DDeleteObjectVersionsRequest.cc48 void DeleteObjectVersionsRequest::setObjects(const ObjectIdentifierList& objects) in setObjects() argument
50 objects_ = objects; in setObjects()
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A DTODO23 - use memory pools for objects, etc?
28 - use auto-init properties for more global objects
30 - optimize `for of` iterator for built-in array objects
41 prototypes and special non extensible objects.
/AliOS-Things-master/components/freetype/src/psaux/
A Dpsobjs.h96 void** objects,
103 void** objects,
A Dpsobjs.c1028 void** objects, in ps_parser_load_field() argument
1093 FT_Byte* q = (FT_Byte*)objects[idx] + field->offset; in ps_parser_load_field()
1255 FT_BBox* bbox = (FT_BBox*)objects[i]; in ps_parser_load_field()
1298 void** objects, in ps_parser_load_field_table() argument
1332 *(FT_Byte*)( (FT_Byte*)objects[0] + field->count_offset ) = in ps_parser_load_field_table()
1341 ps_parser_load_field( parser, &fieldrec, objects, max_objects, 0 ); in ps_parser_load_field_table()
/AliOS-Things-master/components/freetype/src/type1/
A Dt1load.c919 void** objects; in t1_load_keyword() local
941 objects = &dummy_object; in t1_load_keyword()
953 objects = &dummy_object; in t1_load_keyword()
959 objects = &dummy_object; in t1_load_keyword()
971 objects = &dummy_object; in t1_load_keyword()
976 objects = (void**)blend->bboxes; in t1_load_keyword()
983 objects = &dummy_object; in t1_load_keyword()
989 objects = &dummy_object; in t1_load_keyword()
996 objects = &dummy_object; in t1_load_keyword()
1003 objects = &dummy_object; in t1_load_keyword()
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dstructure.txt92 code should distinguish "small" objects (kept in near data space) from
324 The objects shown above are:
373 In addition to the above objects, the compression library includes these
374 objects:
400 defined as separate objects in order to simplify application-specific
403 objects. The object interfaces for these objects are therefore treated as
494 objects:
750 The memory manager does not provide explicit deallocation of objects.
754 The pools can be regarded as lifetime identifiers for objects. Two
772 small objects by NEAR pointers.
[all …]
A Dltmain.sh7625 func_warning "'-l' is ignored for archives/objects"
7735 func_warning "'-L' is ignored for archives/objects"
8743 …func_fatal_error "cannot build libtool library '$output' from non-libtool objects on this host:$ob…
8747 $ECHO "*** objects $objs is not portable!"
10078 func_warning "'-dlopen' is ignored for objects"
10083 func_warning "'-l' and '-L' are ignored for objects" ;;
10087 func_warning "'-rpath' is ignored for objects"
10090 func_warning "'-R' is ignored for objects"
10093 func_warning "'-version-info' is ignored for objects"
10096 func_warning "'-release' is ignored for objects"
[all …]
/AliOS-Things-master/components/oss/include/alibabacloud/oss/model/
A DDeleteObjectVersionsRequest.h53 void setObjects(const ObjectIdentifierList& objects);
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/masmx86/
A Dreadme.txt16 You can also get objects files here:
/AliOS-Things-master/hardware/chip/haas1000/drivers/
A D.gitignore58 # Shared objects (inc. Windows DLLs)
/AliOS-Things-master/components/littlevgl/
A DREADME.md71 - Static RAM usage: ~8..16 kB depending on the used features and objects types
73 - Dynamic data (heap): > 4 KB (> 16 kB is recommended if using several objects).
171 The graphical elements like Buttons, Labels, Sliders, Charts etc are called objects in LittelvGL. G…
191 The objects has type specific parameters too which can be set by `lv_<type>_set_<paramters_name>(ob…
199 …tyles can be assigned to the objects to changed their appearance. A style describes the appearance…
/AliOS-Things-master/components/freetype/src/type42/
A Dt42parse.c1000 void** objects; in t42_load_keyword() local
1033 objects = &dummy_object; in t42_load_keyword()
1038 objects, max_objects, 0 ); in t42_load_keyword()
1041 objects, max_objects, 0 ); in t42_load_keyword()
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/os400/
A DREADME40027 - create the libraries, objects and IFS directories for the zlib environment,
/AliOS-Things-master/components/freetype/include/internal/
A Dpsaux.h393 void** objects,
400 void** objects,
/AliOS-Things-master/components/SDL2/src/video/uikit/
A DSDL_uikitevents.m62 /* Make sure UIScrollView objects scroll properly. */
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/doc/
A Dquickjs.texi330 a few global objects.
332 @subsection Global objects
817 cannot exchange objects. Inside a given runtime, no multi-threading is
821 JSContext has its own global objects and system objects. There can be
822 several JSContexts per JSRuntime and they can share objects, similar
823 to frames of the same origin sharing Javascript objects in a
877 create objects of this class with @code{JS_NewObjectClass()} and get or
884 objects referenced by this object. Other methods are available to
989 between objects to save memory.
1010 Reference counting is used to free objects automatically and
/AliOS-Things-master/components/SDL2/src/image/Xcode/showimage/
A DSDLMain.m166 /* Finally give up our references to the objects */
193 /* Finally give up our references to the objects */
/AliOS-Things-master/components/SDL2/acinclude/
A Dltoptions.m4330 [try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
351 _LT_DECL([], [pic_mode], [0], [What type of objects to build])dnl
/AliOS-Things-master/components/SDL2/src/image/acinclude/
A Dltoptions.m4330 [try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
336 _LT_DECL([], [pic_mode], [0], [What type of objects to build])dnl
/AliOS-Things-master/hardware/chip/haas1000/drivers/scripts/
A Dlib.mk72 $(error Composite objects cannot be built from customized archives)
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/m4/
A Dltoptions.m4385 [try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
404 _LT_DECL([], [pic_mode], [0], [What type of objects to build])dnl
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/scripts/
A Dltoptions.m4385 [try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
404 _LT_DECL([], [pic_mode], [0], [What type of objects to build])dnl
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/m4/
A Dltoptions.m4385 [try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
404 _LT_DECL([], [pic_mode], [0], [What type of objects to build])dnl
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dltmain.sh7625 func_warning "'-l' is ignored for archives/objects"
7735 func_warning "'-L' is ignored for archives/objects"
8743 …func_fatal_error "cannot build libtool library '$output' from non-libtool objects on this host:$ob…
8747 $ECHO "*** objects $objs is not portable!"
10078 func_warning "'-dlopen' is ignored for objects"
10083 func_warning "'-l' and '-L' are ignored for objects" ;;
10087 func_warning "'-rpath' is ignored for objects"
10090 func_warning "'-R' is ignored for objects"
10093 func_warning "'-version-info' is ignored for objects"
10096 func_warning "'-release' is ignored for objects"
[all …]

Completed in 70 milliseconds

1234