HomeSort by relevance Sort by last modified time
    Searched refs:objects (Results 151 - 175 of 1218) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncLang.java 25 import org.apache.xpath.objects.XBoolean;
26 import org.apache.xpath.objects.XObject;
FuncLast.java 27 import org.apache.xpath.objects.XNumber;
28 import org.apache.xpath.objects.XObject;
FuncNamespace.java 25 import org.apache.xpath.objects.XObject;
26 import org.apache.xpath.objects.XString;
FuncNormalizeSpace.java 26 import org.apache.xpath.objects.XObject;
27 import org.apache.xpath.objects.XString;
FuncPosition.java 28 import org.apache.xpath.objects.XNumber;
29 import org.apache.xpath.objects.XObject;
FuncSubstring.java 26 import org.apache.xpath.objects.XObject;
27 import org.apache.xpath.objects.XString;
FuncTranslate.java 24 import org.apache.xpath.objects.XObject;
25 import org.apache.xpath.objects.XString;
FuncSystemProperty.java 28 import org.apache.xpath.objects.XNumber;
29 import org.apache.xpath.objects.XObject;
30 import org.apache.xpath.objects.XString;
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
DateTimeSuggestionListAdapter.java 24 DateTimeSuggestionListAdapter(Context context, List<DateTimeSuggestion> objects) {
25 super(context, R.layout.date_time_suggestion, objects);
  /external/chromium_org/content/renderer/
clipboard_client.h 22 virtual void WriteBitmapFromPixels(ui::Clipboard::ObjectMap* objects,
27 virtual void Flush(const ui::Clipboard::ObjectMap& objects) = 0;
renderer_clipboard_client.cc 26 virtual void WriteBitmapFromPixels(ui::Clipboard::ObjectMap* objects,
29 virtual void Flush(const ui::Clipboard::ObjectMap& objects) OVERRIDE;
45 ui::Clipboard::ObjectMap* objects,
76 (*objects)[ui::Clipboard::CBF_SMBITMAP] = params;
79 // Flushes the objects to the clipboard with an IPC.
81 const ui::Clipboard::ObjectMap& objects) {
84 new ClipboardHostMsg_WriteObjectsSync(objects, shared_buf_->handle()));
87 new ClipboardHostMsg_WriteObjectsAsync(objects));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
PaintInfo.h 107 void setOutlineObjects(ListHashSet<RenderInline*>* objects) { m_outlineObjects = objects; }
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/
rdfseg.asm 1 ;; program to test inter-segment production and linkage of RDF objects
  /packages/apps/Email/tests/src/com/android/email/mail/transport/
DiscourseLoggerTest.java 40 private static Object[] o(Object... objects) {
41 return objects;
  /pdk/apps/CameraITS/tests/
test_3a_remote.py 17 import its.objects namespace
42 req = its.objects.auto_capture_request()
test_param_tonemap_mode.py 17 import its.objects namespace
53 req = its.objects.manual_capture_request(100,50*1000*1000)
81 req = its.objects.manual_capture_request(100,50*1000*1000)
tutorial.py 27 import its.objects namespace
68 req = its.objects.manual_capture_request(200, 50*1000*1000)
116 req = its.objects.manual_capture_request(sens, exp)
  /external/chromium_org/v8/test/mjsunit/
compare-known-objects.js 31 // objects in slow mode. These objects share the same map even though they
43 // Check CompareIC for equality of known objects.
47 // Check CompareIC for strict equality of known objects.
59 // Test original objects.
compare-known-objects-slow.js 31 // objects in slow mode. These objects share the same map even though they
43 // Check CompareIC for equality of known objects.
47 // Check CompareIC for strict equality of known objects.
53 // Prepare two objects in slow mode that have the same map.
57 // Test original objects.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
ccompiler.py 119 # shared libraries/objects at runtime
122 # 'objects': a list of object files (or similar, such as explicitly
124 self.objects = []
135 linker_so linker used to create shared objects and libraries
307 self.objects.append(object)
309 def set_link_objects(self, objects):
311 every link to 'objects'. This does not affect any standard object
315 self.objects = objects[:]
350 objects = self.object_filenames(sources
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
ccompiler.py 119 # shared libraries/objects at runtime
122 # 'objects': a list of object files (or similar, such as explicitly
124 self.objects = []
135 linker_so linker used to create shared objects and libraries
307 self.objects.append(object)
309 def set_link_objects(self, objects):
311 every link to 'objects'. This does not affect any standard object
315 self.objects = objects[:]
350 objects = self.object_filenames(sources
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
central_freelist.cc 62 // is not done, large size class objects will consume a lot of memory if
68 // Limit each size class cache to at most 1MB of objects or one entry,
109 if (span->objects == NULL) {
119 for (void* p = span->objects; p != NULL; p = *((void**) p)) {
145 *(reinterpret_cast<void**>(object)) = span->objects;
146 span->objects = object;
295 ASSERT(span->objects != NULL);
297 void* result = span->objects;
298 span->objects = *(reinterpret_cast<void**>(result));
299 if (span->objects == NULL)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemWithParam.java 30 import org.apache.xpath.objects.XObject;
31 import org.apache.xpath.objects.XRTreeFrag;
32 import org.apache.xpath.objects.XString;
  /development/samples/devbytes/ui/ListViewDeletion/src/com/example/android/listviewdeletion/
ListViewDeletion.java 155 List<String> objects) {
156 super(context, textViewResourceId, objects);
157 for (int i = 0; i < objects.size(); ++i) {
158 mIdMap.put(objects.get(i), i);
  /external/apache-xml/src/main/java/org/apache/xalan/extensions/
ExpressionContext.java 25 import org.apache.xpath.objects.XObject;

Completed in 1338 milliseconds

1 2 3 4 5 67 8 91011>>