Searched refs:obj (Results 251 - 275 of 2873) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/libxslt/win32/
H A DMakefile77 XSLT_OBJS = $(XSLT_INTDIR)\attributes.obj\
78 $(XSLT_INTDIR)\documents.obj\
79 $(XSLT_INTDIR)\extensions.obj\
80 $(XSLT_INTDIR)\extra.obj\
81 $(XSLT_INTDIR)\functions.obj\
82 $(XSLT_INTDIR)\imports.obj\
83 $(XSLT_INTDIR)\keys.obj\
84 $(XSLT_INTDIR)\namespaces.obj\
85 $(XSLT_INTDIR)\numbers.obj\
86 $(XSLT_INTDIR)\pattern.obj\
[all...]
/external/chromium_org/third_party/skia/tools/tests/
H A Dbench_pictures_cfg_test.py15 def ThrowIfNotAString(obj):
16 """ Raise a TypeError if obj is not a string. """
17 if str(obj) != obj:
18 raise TypeError('%s is not a string!' % str(obj))
/external/chromium_org/tools/telemetry/telemetry/core/heap/
H A Dretaining_edge.py43 def SetFromObject(self, obj):
44 self.from_object = obj
47 def SetToObject(self, obj):
48 self.to_object = obj
/external/chromium_org/v8/test/mjsunit/
H A Darray-literal-feedback.js47 function getKind(obj) {
48 if (%HasFastSmiElements(obj)) return elements_kind.fast_smi_only;
49 if (%HasFastObjectElements(obj)) return elements_kind.fast;
50 if (%HasFastDoubleElements(obj)) return elements_kind.fast_double;
51 if (%HasDictionaryElements(obj)) return elements_kind.dictionary;
54 function isHoley(obj) {
55 if (%HasFastHoleyElements(obj)) return true;
59 function assertKind(expected, obj, name_opt) {
60 assertEquals(expected, getKind(obj), name_opt);
H A Dsimple-constructor.js98 obj = new fun();
99 assertArrayEquals(["x", "y"], props(obj));
100 assertEquals(void 0, obj.x);
101 assertEquals(void 0, obj.y);
103 obj = new fun("x");
104 assertArrayEquals(["x", "y"], props(obj));
105 assertEquals("x", obj.x);
106 assertEquals(void 0, obj.y);
108 obj = new fun("x", "y");
109 assertArrayEquals(["x", "y"], props(obj));
[all...]
/external/lldb/scripts/Python/interface/
H A DSBSymbolContextList.i79 obj = self.GetContextAtIndex(i).module
80 if obj:
81 a.append(obj)
87 obj = self.GetContextAtIndex(i).compile_unit
88 if obj:
89 a.append(obj)
94 obj = self.GetContextAtIndex(i).function
95 if obj:
96 a.append(obj)
101 obj
[all...]
/external/llvm/
H A Dandroid_test.sh11 if [ ! -d $ANDROID_BUILD_TOP/out/host/linux-x86/obj/test_llvm ]; then
12 mkdir $ANDROID_BUILD_TOP/out/host/linux-x86/obj/test_llvm
/external/qemu/qom/
H A Dqom-qobject.c19 void object_property_set_qobject(Object *obj, QObject *value, argument
24 object_property_set(obj, qmp_input_get_visitor(mi), name, errp);
29 QObject *object_property_get_qobject(Object *obj, const char *name, argument
37 object_property_get(obj, qmp_output_get_visitor(mo), name, &local_err);
/external/skia/tools/tests/
H A Dbench_pictures_cfg_test.py15 def ThrowIfNotAString(obj):
16 """ Raise a TypeError if obj is not a string. """
17 if str(obj) != obj:
18 raise TypeError('%s is not a string!' % str(obj))
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_cb_xformfb.c66 st_transform_feedback_object(struct gl_transform_feedback_object *obj) argument
68 return (struct st_transform_feedback_object *) obj;
74 struct st_transform_feedback_object *obj; local
76 obj = CALLOC_STRUCT(st_transform_feedback_object);
77 if (!obj)
80 obj->base.Name = name;
81 obj->base.RefCount = 1;
82 return &obj->base;
88 struct gl_transform_feedback_object *obj)
91 st_transform_feedback_object(obj);
87 st_delete_transform_feedback(struct gl_context *ctx, struct gl_transform_feedback_object *obj) argument
111 st_begin_transform_feedback(struct gl_context *ctx, GLenum mode, struct gl_transform_feedback_object *obj) argument
157 st_pause_transform_feedback(struct gl_context *ctx, struct gl_transform_feedback_object *obj) argument
166 st_resume_transform_feedback(struct gl_context *ctx, struct gl_transform_feedback_object *obj) argument
179 st_transform_feedback_get_draw_target(struct gl_transform_feedback_object *obj) argument
197 st_end_transform_feedback(struct gl_context *ctx, struct gl_transform_feedback_object *obj) argument
212 st_transform_feedback_draw_init(struct gl_transform_feedback_object *obj, struct pipe_draw_info *out) argument
[all...]
H A Dst_cb_bufferobjects.c73 st_bufferobj_free(struct gl_context *ctx, struct gl_buffer_object *obj) argument
75 struct st_buffer_object *st_obj = st_buffer_object(obj);
77 assert(obj->RefCount == 0);
98 const GLvoid * data, struct gl_buffer_object *obj)
100 struct st_buffer_object *st_obj = st_buffer_object(obj);
105 ASSERT(offset + size <= obj->Size);
142 GLvoid * data, struct gl_buffer_object *obj)
144 struct st_buffer_object *st_obj = st_buffer_object(obj);
149 ASSERT(offset + size <= obj->Size);
177 struct gl_buffer_object *obj)
95 st_bufferobj_subdata(struct gl_context *ctx, GLintptrARB offset, GLsizeiptrARB size, const GLvoid * data, struct gl_buffer_object *obj) argument
139 st_bufferobj_get_subdata(struct gl_context *ctx, GLintptrARB offset, GLsizeiptrARB size, GLvoid * data, struct gl_buffer_object *obj) argument
172 st_bufferobj_data(struct gl_context *ctx, GLenum target, GLsizeiptrARB size, const GLvoid * data, GLenum usage, struct gl_buffer_object *obj) argument
250 st_bufferobj_map_range(struct gl_context *ctx, GLintptr offset, GLsizeiptr length, GLbitfield access, struct gl_buffer_object *obj) argument
307 st_bufferobj_flush_mapped_range(struct gl_context *ctx, GLintptr offset, GLsizeiptr length, struct gl_buffer_object *obj) argument
332 st_bufferobj_unmap(struct gl_context *ctx, struct gl_buffer_object *obj) argument
383 st_bufferobj_validate_usage(struct st_context *st, struct st_buffer_object *obj, unsigned usage) argument
[all...]
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_xformfb.c66 st_transform_feedback_object(struct gl_transform_feedback_object *obj) argument
68 return (struct st_transform_feedback_object *) obj;
74 struct st_transform_feedback_object *obj; local
76 obj = CALLOC_STRUCT(st_transform_feedback_object);
77 if (!obj)
80 obj->base.Name = name;
81 obj->base.RefCount = 1;
82 return &obj->base;
88 struct gl_transform_feedback_object *obj)
91 st_transform_feedback_object(obj);
87 st_delete_transform_feedback(struct gl_context *ctx, struct gl_transform_feedback_object *obj) argument
111 st_begin_transform_feedback(struct gl_context *ctx, GLenum mode, struct gl_transform_feedback_object *obj) argument
157 st_pause_transform_feedback(struct gl_context *ctx, struct gl_transform_feedback_object *obj) argument
166 st_resume_transform_feedback(struct gl_context *ctx, struct gl_transform_feedback_object *obj) argument
179 st_transform_feedback_get_draw_target(struct gl_transform_feedback_object *obj) argument
197 st_end_transform_feedback(struct gl_context *ctx, struct gl_transform_feedback_object *obj) argument
212 st_transform_feedback_draw_init(struct gl_transform_feedback_object *obj, struct pipe_draw_info *out) argument
[all...]
H A Dst_cb_bufferobjects.c73 st_bufferobj_free(struct gl_context *ctx, struct gl_buffer_object *obj) argument
75 struct st_buffer_object *st_obj = st_buffer_object(obj);
77 assert(obj->RefCount == 0);
98 const GLvoid * data, struct gl_buffer_object *obj)
100 struct st_buffer_object *st_obj = st_buffer_object(obj);
105 ASSERT(offset + size <= obj->Size);
142 GLvoid * data, struct gl_buffer_object *obj)
144 struct st_buffer_object *st_obj = st_buffer_object(obj);
149 ASSERT(offset + size <= obj->Size);
177 struct gl_buffer_object *obj)
95 st_bufferobj_subdata(struct gl_context *ctx, GLintptrARB offset, GLsizeiptrARB size, const GLvoid * data, struct gl_buffer_object *obj) argument
139 st_bufferobj_get_subdata(struct gl_context *ctx, GLintptrARB offset, GLsizeiptrARB size, GLvoid * data, struct gl_buffer_object *obj) argument
172 st_bufferobj_data(struct gl_context *ctx, GLenum target, GLsizeiptrARB size, const GLvoid * data, GLenum usage, struct gl_buffer_object *obj) argument
250 st_bufferobj_map_range(struct gl_context *ctx, GLintptr offset, GLsizeiptr length, GLbitfield access, struct gl_buffer_object *obj) argument
307 st_bufferobj_flush_mapped_range(struct gl_context *ctx, GLintptr offset, GLsizeiptr length, struct gl_buffer_object *obj) argument
332 st_bufferobj_unmap(struct gl_context *ctx, struct gl_buffer_object *obj) argument
383 st_bufferobj_validate_usage(struct st_context *st, struct st_buffer_object *obj, unsigned usage) argument
[all...]
/external/valgrind/main/drd/tests/
H A Dannotate_barrier_xml.stderr.exp42 <obj>...</obj>
50 <obj>...</obj>
58 <obj>...</obj>
75 <obj>...</obj>
83 <obj>...</obj>
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Darrayobj.c82 unbind_array_object_vbos(struct gl_context *ctx, struct gl_array_object *obj) argument
86 for (i = 0; i < Elements(obj->VertexAttrib); i++)
87 _mesa_reference_buffer_object(ctx, &obj->VertexAttrib[i].BufferObj, NULL);
100 struct gl_array_object *obj = CALLOC_STRUCT(gl_array_object); local
101 if (obj)
102 _mesa_initialize_array_object(ctx, obj, name);
103 return obj;
114 _mesa_delete_array_object( struct gl_context *ctx, struct gl_array_object *obj )
117 unbind_array_object_vbos(ctx, obj);
118 _mesa_reference_buffer_object(ctx, &obj
207 _mesa_initialize_array_object( struct gl_context *ctx, struct gl_array_object *obj, GLuint name ) argument
450 struct gl_array_object *obj = lookup_arrayobj(ctx, ids[i]); local
502 struct gl_array_object *obj; local
550 struct gl_array_object * obj; local
[all...]
/external/mesa3d/src/mesa/main/
H A Darrayobj.c82 unbind_array_object_vbos(struct gl_context *ctx, struct gl_array_object *obj) argument
86 for (i = 0; i < Elements(obj->VertexAttrib); i++)
87 _mesa_reference_buffer_object(ctx, &obj->VertexAttrib[i].BufferObj, NULL);
100 struct gl_array_object *obj = CALLOC_STRUCT(gl_array_object); local
101 if (obj)
102 _mesa_initialize_array_object(ctx, obj, name);
103 return obj;
114 _mesa_delete_array_object( struct gl_context *ctx, struct gl_array_object *obj )
117 unbind_array_object_vbos(ctx, obj);
118 _mesa_reference_buffer_object(ctx, &obj
207 _mesa_initialize_array_object( struct gl_context *ctx, struct gl_array_object *obj, GLuint name ) argument
450 struct gl_array_object *obj = lookup_arrayobj(ctx, ids[i]); local
502 struct gl_array_object *obj; local
550 struct gl_array_object * obj; local
[all...]
/external/cmockery/cmockery_0_1_2/windows/
H A Dmakefile71 .SUFFIXES: .exe .lib .obj .c
109 $(OBJECT_DIR)\cmockery.obj \
111 $(OBJECT_DIR)\calculator.obj \
113 $(OBJECT_DIR)\calculator_test.obj \
114 $(OBJECT_DIR)\calculator_test-calculator.obj \
116 $(OBJECT_DIR)\allocate_module_test.obj \
117 $(OBJECT_DIR)\allocate_module.obj \
119 $(OBJECT_DIR)\assert_macro_test.obj \
120 $(OBJECT_DIR)\assert_macro.obj \
122 $(OBJECT_DIR)\customer_database_test.obj \
[all...]
/external/yaffs2/yaffs2/direct/
H A Dyaffsfs.c36 static void yaffsfs_RemoveObjectCallback(yaffs_Object *obj);
49 yaffs_Object *obj; // the object member in struct:__anon34306
64 yaffsfs_handle[i].obj = NULL;
85 return h->obj;
128 h->obj = NULL;
203 static yaffs_Object *yaffsfs_FollowLink(yaffs_Object *obj,int symDepth) argument
206 while(obj && obj->variantType == YAFFS_OBJECT_TYPE_SYMLINK)
208 char *alias = obj->variant.symLinkVariant.alias;
213 obj
338 yaffs_Object *obj = NULL; local
513 yaffs_Object *obj = NULL; local
574 yaffs_Object *obj = NULL; local
626 yaffs_Object *obj = NULL; local
653 yaffs_Object *obj = NULL; local
708 yaffs_Object *obj = NULL; local
766 yaffs_Object *obj = NULL; local
821 yaffsfs_DoStat(yaffs_Object *obj,struct yaffs_stat *buf) argument
866 yaffs_Object *obj; local
906 yaffs_Object *obj; local
928 yaffsfs_DoChMod(yaffs_Object *obj,mode_t mode) argument
950 yaffs_Object *obj; local
976 yaffs_Object *obj; local
1234 yaffsfs_RemoveObjectCallback(yaffs_Object *obj) argument
1261 yaffs_Object *obj = NULL; local
1355 yaffs_Object *obj; local
1381 yaffs_Object *obj = NULL; local
1413 yaffs_Object *obj = NULL; local
1476 yaffs_Object *obj = yaffsfs_FindRoot(path,&rest); local
[all...]
/external/chromium_org/third_party/icu/source/samples/layout/
H A Dpflow.c224 pf_object *obj = (pf_object *) flow; local
227 for (i = 0; i < obj->fLineCount; i += 1) {
228 DELETE_ARRAY(obj->fLines[i]);
231 DELETE_ARRAY(obj->fLines);
233 for (i = 0; i < obj->fParagraphCount; i += 1) {
234 pl_close(obj->fParagraphLayout[i]);
237 DELETE_ARRAY(obj->fParagraphLayout);
239 DELETE_ARRAY(obj->fChars);
241 DELETE_ARRAY(obj);
247 pf_object *obj local
254 pf_object *obj = (pf_object *) flow; local
261 pf_object *obj = (pf_object *) flow; local
266 addLine(pf_object *obj, pl_line *line) argument
278 pf_object *obj = (pf_object *) flow; local
317 pf_object *obj = (pf_object *) flow; local
[all...]
/external/icu/icu4c/source/samples/layout/
H A Dpflow.c224 pf_object *obj = (pf_object *) flow; local
227 for (i = 0; i < obj->fLineCount; i += 1) {
228 DELETE_ARRAY(obj->fLines[i]);
231 DELETE_ARRAY(obj->fLines);
233 for (i = 0; i < obj->fParagraphCount; i += 1) {
234 pl_close(obj->fParagraphLayout[i]);
237 DELETE_ARRAY(obj->fParagraphLayout);
239 DELETE_ARRAY(obj->fChars);
241 DELETE_ARRAY(obj);
247 pf_object *obj local
254 pf_object *obj = (pf_object *) flow; local
261 pf_object *obj = (pf_object *) flow; local
266 addLine(pf_object *obj, pl_line *line) argument
278 pf_object *obj = (pf_object *) flow; local
317 pf_object *obj = (pf_object *) flow; local
[all...]
/external/harfbuzz_ng/src/
H A Dhb-object-private.hh110 hb_object_header_t *obj = (hb_object_header_t *) calloc (1, size); local
112 if (likely (obj))
113 obj->init ();
115 return obj;
180 static inline void hb_object_trace (const Type *obj, const char *function) argument
182 obj->header.trace (function);
187 Type *obj = (Type *) hb_object_header_t::create (sizeof (Type)); local
188 hb_object_trace (obj, HB_FUNC);
189 return obj;
192 static inline bool hb_object_is_inert (const Type *obj) argument
197 hb_object_reference(Type *obj) argument
204 hb_object_destroy(Type *obj) argument
210 hb_object_set_user_data(Type *obj, hb_user_data_key_t *key, void * data, hb_destroy_func_t destroy, hb_bool_t replace) argument
220 hb_object_get_user_data(Type *obj, hb_user_data_key_t *key) argument
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DASN1Set.java17 * @param obj the object we want converted.
21 Object obj)
23 if (obj == null || obj instanceof ASN1Set)
25 return (ASN1Set)obj;
27 else if (obj instanceof ASN1SetParser)
29 return ASN1Set.getInstance(((ASN1SetParser)obj).toASN1Primitive());
31 else if (obj instanceof byte[])
35 return ASN1Set.getInstance(ASN1Primitive.fromByteArray((byte[])obj));
42 else if (obj instanceo
20 getInstance( Object obj) argument
71 getInstance( ASN1TaggedObject obj, boolean explicit) argument
139 ASN1Set( ASN1Encodable obj) argument
384 getEncoded( ASN1Encodable obj) argument
[all...]
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_android.h32 ProfileSyncServiceAndroid(JNIEnv* env, jobject obj);
41 jobject obj,
49 void NudgeSyncerForAllTypes(JNIEnv* env, jobject obj);
52 void EnableSync(JNIEnv* env, jobject obj);
55 void DisableSync(JNIEnv* env, jobject obj);
58 void SignInSync(JNIEnv* env, jobject obj);
61 void SignOutSync(JNIEnv* env, jobject obj);
65 JNIEnv* env, jobject obj);
71 jboolean SetSyncSessionsId(JNIEnv* env, jobject obj, jstring tag);
74 jboolean IsSyncInitialized(JNIEnv* env, jobject obj);
[all...]
/external/chromium_org/third_party/jinja2/
H A Dsandbox.py120 def is_internal_attribute(obj, attr):
134 if isinstance(obj, function_type):
137 elif isinstance(obj, method_type):
141 elif isinstance(obj, type):
144 elif isinstance(obj, (code_type, traceback_type, frame_type)):
146 elif isinstance(obj, generator_type):
152 def modifies_known_mutable(obj, attr):
175 if isinstance(obj, typespec):
268 def is_safe_attribute(self, obj, attr, value):
275 return not (attr.startswith('_') or is_internal_attribute(obj, att
[all...]
/external/chromium_org/v8/src/
H A Dv8natives.js327 function ObjectKeys(obj) {
328 if (!IS_SPEC_OBJECT(obj)) {
331 if (%IsJSProxy(obj)) {
332 var handler = %GetHandler(obj);
336 return %OwnKeys(obj);
387 var obj = new $Object();
390 %AddNamedProperty(obj, "value", desc.getValue(), NONE);
393 %AddNamedProperty(obj, "writable", desc.isWritable(), NONE);
396 %AddNamedProperty(obj, "get", desc.getGet(), NONE);
399 %AddNamedProperty(obj, "se
[all...]

Completed in 624 milliseconds

<<11121314151617181920>>