HomeSort by relevance Sort by last modified time
    Searched full:foreign (Results 326 - 350 of 755) sorted by null

<<11121314151617181920>>

  /external/libmtp/
Makefile.in 269 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
270 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
275 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
277 $(AUTOMAKE) --foreign Makefile
  /external/libvorbis/doc/
vorbis-fidelity.html 157 immediately noticeable, obviously foreign, and undesired. The famous
  /external/protobuf/src/google/protobuf/
extension_set_unittest.cc 583 unittest::ForeignMessage foreign; local
584 foreign.set_c(42);
586 CopyFrom(foreign);
587 int min_expected_size = base_size + foreign.SpaceUsed();
    [all...]
  /external/selinux/sepolgen/
ChangeLog 25 * audit.py: Handle times in foreign locals for audit2allow -b
  /external/selinux/sepolgen/src/sepolgen/
matching.py 46 # trying to compare to foreign type
  /prebuilts/misc/common/swig/include/2.0.11/allegrocl/
std_list.i 72 %typemap(lout) T *__getitem__ "(cl::setq ACL_ffresult (make-instance '$lclass :foreign-address $body))";
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
matching.py 46 # trying to compare to foreign type
  /external/libchrome/base/message_loop/
message_pump_mac.mm 311 // stack but foreign code is spinning the CFRunLoop. Arrange to come back
370 // stack but foreign code is spinning the CFRunLoop. Arrange to come back
404 // stack but foreign code is spinning the CFRunLoop. There's no sense in
  /external/libevent/include/
Makefile.in 257 AUTOMAKE_OPTIONS = foreign
301 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \
303 $(AUTOMAKE) --foreign include/Makefile
  /external/libvorbis/examples/
Makefile.in 230 AUTOMAKE_OPTIONS = foreign
259 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign examples/Makefile'; \
261 $(AUTOMAKE) --foreign examples/Makefile
  /external/libvorbis/test/
Makefile.in 205 AUTOMAKE_OPTIONS = foreign
222 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign test/Makefile'; \
224 $(AUTOMAKE) --foreign test/Makefile
  /libcore/json/src/test/java/org/json/
JSONObjectTest.java 360 Object foreign = new Object() { local
366 // foreign object types are accepted and treated as Strings!
368 object.put("foo", foreign);
    [all...]
  /ndk/sources/host-tools/make-3.81/glob/
Makefile.in 200 AUTOMAKE_OPTIONS = foreign
221 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign glob/Makefile'; \
223 $(AUTOMAKE) --foreign glob/Makefile
  /packages/apps/Gallery2/src/com/android/photos/data/
PhotoProvider.java 99 /** Long foreign key to Accounts._ID */
138 /** Long foreign key to Accounts._ID */
174 /** Foreign key to photo_id. Long value. */
  /external/libedit/
Makefile.in 345 AUTOMAKE_OPTIONS = foreign
361 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
362 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
367 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
369 $(AUTOMAKE) --foreign Makefile
  /external/owasp/sanitizer/lib/htmlparser-1.3/doc/
tree-construction.txt 94 When the steps below require the UA to insert a foreign element for a
106 When the steps below require the user agent to adjust foreign
    [all...]
  /frameworks/base/core/java/android/database/sqlite/
SQLiteDatabase.java     [all...]
  /external/libevent/
Makefile.in 436 # 'foreign' means that we're not enforcing GNU package rules strictly.
438 AUTOMAKE_OPTIONS = foreign 1.7
605 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
606 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
611 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
613 $(AUTOMAKE) --foreign Makefile
    [all...]
  /external/v8/src/
factory.cc 903 Handle<Foreign> Factory::NewForeign(Address addr, PretenureFlag pretenure) {
906 Foreign);
910 Handle<Foreign> Factory::NewForeign(const AccessorDescriptor* desc) {
1401 Handle<Foreign> foreign = NewForeign(static_cast<Address>(value)); local
    [all...]
  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteDatabaseTest.java     [all...]
  /external/libpng/contrib/gregbook/
README 151 To run the programs, they probably first need to be set up as "foreign
  /external/libxml2/test/schemas/
changelog093_1.xsd 67 type which explicitly permits content from foreign namespaces.
  /external/llvm/docs/HistoricalNotes/
2000-11-18-EarlyDesignIdeasResp.txt 35 * To keep things "safe" ie to enforce a sandbox on Java/foreign code,
  /external/ltrace/
configure.ac 58 AM_INIT_AUTOMAKE([foreign no-exeext dist-bzip2])
  /external/protobuf/python/google/protobuf/internal/
reflection_test.py 256 # Helper used to test foreign messages and groups.
259 # composite (i.e., foreign or group) field in TestAllTypes,
    [all...]

Completed in 1304 milliseconds

<<11121314151617181920>>