HomeSort by relevance Sort by last modified time
    Searched full:simple (Results 1 - 25 of 4714) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/tests/f_reconnect/
name 0 simple disconnected file inode
  /external/webkit/LayoutTests/http/tests/appcache/resources/
simple.manifest 2 simple.txt
reload-iframe.manifest 2 /appcache/resources/simple.txt
fallback.manifest 3 /resources/network-simulator.php? simple.txt
4 fallback-redirect simple.txt
5 does-not-exist simple.tx
xhr-foreign-resource.manifest 3 simple.txt
foreign-iframe.manifest 2 simple.txt
.htaccess 2 RewriteRule ^UNKNOWN_SECTION: simple.txt [L,NS]
subframe-2.html 4 req.open("GET", "simple.txt", false);
8 // Loading should fail, because simple.txt is not in cache manifest.
  /external/skia/xcode/Simple/
Simple_Prefix.pch 2 // Prefix header for all source files of the 'Simple' target in the 'Simple' project.
SimpleTarget.xcconfig 5 PRODUCT_NAME = Simple;
  /dalvik/dx/tests/002-minimal-valid/
info.txt 1 This is just a dump of a simple but valid class.
  /dalvik/tests/069-field-type/src/
Holder.java 3 * Simple class with one field.
  /frameworks/base/core/java/android/speech/srec/
package.html 3 Simple, synchronous SREC speech recognition API.
  /sdk/layoutopt/app/
README 3 Simple command line front end for the uix library
  /dalvik/tests/068-classloader/src/
SimpleBase.java 4 * Simple, public base class.
  /external/clearsilver/java-jni/testdata/
test1.hdf 0 # Simple HDF file to test that HDF.readFile() works
  /cts/tests/tests/content/src/android/content/res/cts/
ResourceNameTest.java 31 final String fullName = res.getResourceName(R.configVarying.simple);
32 assertEquals("com.android.cts.stub:configVarying/simple", fullName);
34 final String packageName = res.getResourcePackageName(R.configVarying.simple);
37 final String typeName = res.getResourceTypeName(R.configVarying.simple);
40 final String entryName = res.getResourceEntryName(R.configVarying.simple);
41 assertEquals("simple", entryName);
48 "com.android.cts.stub:configVarying/simple",
50 assertEquals(R.configVarying.simple, resid);
52 resid = res.getIdentifier("configVarying/simple", null,
54 assertEquals(R.configVarying.simple, resid)
    [all...]
  /external/bluetooth/glib/gio/
gsimpleasyncresult.h 44 * A simple implementation of #GAsyncResult.
67 void g_simple_async_result_set_op_res_gpointer (GSimpleAsyncResult *simple,
70 gpointer g_simple_async_result_get_op_res_gpointer (GSimpleAsyncResult *simple);
72 void g_simple_async_result_set_op_res_gssize (GSimpleAsyncResult *simple,
74 gssize g_simple_async_result_get_op_res_gssize (GSimpleAsyncResult *simple);
76 void g_simple_async_result_set_op_res_gboolean (GSimpleAsyncResult *simple,
78 gboolean g_simple_async_result_get_op_res_gboolean (GSimpleAsyncResult *simple);
82 gpointer g_simple_async_result_get_source_tag (GSimpleAsyncResult *simple);
83 void g_simple_async_result_set_handle_cancellation (GSimpleAsyncResult *simple,
85 void g_simple_async_result_complete (GSimpleAsyncResult *simple);
    [all...]
gsimpleasyncresult.c 45 * @short_description: Simple asynchronous results implementation
49 * Implements #GAsyncResult for simple cases. Most of the time, this
60 * of bytes modified by the operation; all of the simple return cases
150 GSimpleAsyncResult *simple; local
152 simple = G_SIMPLE_ASYNC_RESULT (object);
154 if (simple->source_object)
155 g_object_unref (simple->source_object);
157 if (simple->destroy_op_res)
158 simple->destroy_op_res (simple->op_res.v_pointer)
198 GSimpleAsyncResult *simple; local
231 GSimpleAsyncResult *simple; local
266 GSimpleAsyncResult *simple; local
575 GSimpleAsyncResult *simple = G_SIMPLE_ASYNC_RESULT (data); local
608 GSimpleAsyncResult *simple; member in struct:__anon1912
618 GSimpleAsyncResult *simple; local
645 GSimpleAsyncResult *simple = data->simple; local
723 GSimpleAsyncResult *simple; local
764 GSimpleAsyncResult *simple; local
799 GSimpleAsyncResult *simple; local
    [all...]
  /dalvik/dx/tests/021-code-attrib-LineNumberTable/
info.txt 1 This is a dump of a simple class which is valid in structure but is overall
6 method with a simple Code attribute, which itself has a syntactically
  /dalvik/dx/tests/022-code-attrib-LocalVariableTable/
info.txt 1 This is a dump of a simple class which is valid in structure but is overall
6 method with a simple Code attribute, which itself has a syntactically
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/pkgconfig/
libpulse-simple.pc 6 Name: libpulse-simple
9 Libs: -L${libdir} -lpulse-simple
  /external/chromium/third_party/icu/source/test/intltest/
itrbnf.h 32 * Perform a simple spot check on the FractionalRuleSet logic
46 * Perform a simple spot check on the English spellout rules
51 * Perform a simple spot check on the English ordinal-abbreviation rules
56 * Perform a simple spot check on the duration-formatting rules
61 * Perform a simple spot check on the Spanish spellout rules
66 * Perform a simple spot check on the French spellout rules
71 * Perform a simple spot check on the Swiss French spellout rules
81 * Perform a simple spot check on the Italian spellout rules
86 * Perform a simple spot check on the Portuguese spellout rules
91 * Perform a simple spot check on the German spellout rule
    [all...]
  /external/icu4c/test/intltest/
itrbnf.h 32 * Perform a simple spot check on the FractionalRuleSet logic
46 * Perform a simple spot check on the English spellout rules
51 * Perform a simple spot check on the English ordinal-abbreviation rules
56 * Perform a simple spot check on the duration-formatting rules
61 * Perform a simple spot check on the Spanish spellout rules
66 * Perform a simple spot check on the French spellout rules
71 * Perform a simple spot check on the Swiss French spellout rules
81 * Perform a simple spot check on the Italian spellout rules
86 * Perform a simple spot check on the Portuguese spellout rules
91 * Perform a simple spot check on the German spellout rule
    [all...]
  /cts/tests/tests/jni/src/android/jni/cts/
JniInstanceTest.java 36 * Test a simple no-op and void-returning method call.
43 * Test a simple value-returning (but otherwise no-op) method call.
50 * Test a simple value-returning (but otherwise no-op) method call.
57 * Test a simple value-returning (but otherwise no-op) method call.
64 * Test a simple value-returning (but otherwise no-op) method call.
71 * Test a simple value-returning (but otherwise no-op) method call.
78 * Test a simple value-returning (but otherwise no-op) method call.
85 * Test a simple value-returning (but otherwise no-op) method call.
92 * Test a simple value-returning (but otherwise no-op) method call.
99 * Test a simple value-returning (but otherwise no-op) method call
    [all...]

Completed in 299 milliseconds

1 2 3 4 5 6 7 8 91011>>