/frameworks/base/opengl/java/android/opengl/ |
GLES11.java | 154 // C function void glBindBuffer ( GLenum target, GLuint buffer ) 157 int target, 161 // C function void glBufferData ( GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage ) 164 int target, 170 // C function void glBufferSubData ( GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data ) 173 int target, 281 // C function void glGetBufferParameteriv ( GLenum target, GLenum pname, GLint *params ) 284 int target, 290 // C function void glGetBufferParameteriv ( GLenum target, GLenum pname, GLint *params ) 293 int target, [all...] |
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
GL11.java | 148 int target, 153 int target, 160 int target, 243 int target, 250 int target, 378 int target, 385 int target, 391 int target, 398 int target, 404 int target, [all...] |
/external/protobuf/src/google/protobuf/io/ |
coded_stream.cc | 579 const void* data, int size, uint8* target) { 580 memcpy(target, data, size); 581 return target + size; 616 uint32 value, uint8* target) { 617 target[0] = static_cast<uint8>(value | 0x80); 619 target[1] = static_cast<uint8>((value >> 7) | 0x80); 621 target[2] = static_cast<uint8>((value >> 14) | 0x80); 623 target[3] = static_cast<uint8>((value >> 21) | 0x80); 625 target[4] = static_cast<uint8>(value >> 28); 626 return target + 5 649 uint8* target = buffer_; local 748 uint8* target = buffer_; local [all...] |
/cts/tests/tests/content/src/android/content/cts/ |
Intent_FilterComparisonTest.java | 52 FilterComparison target = new Intent.FilterComparison(mIntent); local 54 assertTrue(mFilterComparison.equals(target)); 55 target = new Intent.FilterComparison(new Intent("test")); 56 assertFalse(mFilterComparison.equals(target));
|
/cts/tests/tests/view/src/android/view/inputmethod/cts/ |
InputBindingTest.java | 48 InputBinding target = InputBinding.CREATOR.createFromParcel(p); local 49 assertEquals(uid, target.getUid()); 50 assertEquals(pid, target.getPid()); 51 assertSame(binder, target.getConnectionToken());
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
AnimateDrawable.java | 30 public AnimateDrawable(Drawable target) { 31 super(target); 34 public AnimateDrawable(Drawable target, Animation animation) { 35 super(target);
|
/device/samsung/crespo4g/self-extractors/samsung/staging/ |
reassemble-apks.sh | 17 java -jar $(find out/host -name signapk.jar) build/target/product/security/platform.x509.pem build/target/product/security/platform.pk8 vendor/samsung/crespo4g/proprietary/WiMAXHiddenMenu.unsigned.apk vendor/samsung/crespo4g/proprietary/WiMAXHiddenMenu.apk 19 java -jar $(find out/host -name signapk.jar) build/target/product/security/platform.x509.pem build/target/product/security/platform.pk8 vendor/samsung/crespo4g/proprietary/SprintMenu.unsigned.apk vendor/samsung/crespo4g/proprietary/SprintMenu.apk 21 java -jar $(find out/host -name signapk.jar) build/target/product/security/platform.x509.pem build/target/product/security/platform.pk8 vendor/samsung/crespo4g/proprietary/SystemUpdateUI.unsigned.apk vendor/samsung/crespo4g/proprietary/SystemUpdateUI.apk 23 java -jar $(find out/host -name signapk.jar) build/target/product/security/platform.x509.pem build/target/product/security/platform.pk8 vendor/samsung/crespo4g/proprietary/WiMAXSettings.unsigned.apk vendor/samsung/crespo4g/proprietary/WiMAXSettings.apk
|
/external/apache-http/src/org/apache/http/client/ |
HttpClient.java | 103 * The route to the target will be determined by the HTTP client. 123 * Executes a request to the target using the default context. 125 * @param target the target host for the request. 128 * to a default target or by inspecting the request. 139 HttpResponse execute(HttpHost target, HttpRequest request) 144 * Executes a request to the target using the given context. 146 * @param target the target host for the request. 149 * to a default target or by inspecting the request [all...] |
/external/apache-http/src/org/apache/http/conn/routing/ |
HttpRoutePlanner.java | 42 * Encapsulates logic to compute a {@link HttpRoute} to a target host. 51 * @param target the target host for the request. 54 * to a default target or by inspecting the request. 63 public HttpRoute determineRoute(HttpHost target,
|
/external/chromium/chrome/browser/ |
spellcheck_message_filter_browsertest.cc | 47 scoped_refptr<TestingSpellCheckMessageFilter> target 53 target->OnMessageReceived(to_be_received, &handled); 57 EXPECT_EQ(1U, target->sent_messages_.size()); 63 target->sent_messages_[0], &sent_identifier, &sent_tag, &sent_results);
|
/external/icu4c/i18n/ |
anytrans.cpp | 191 target = theTarget; 193 target.append(VARIANT_SEP).append(theVariant); 206 target(o.target), 240 // our target or target/variant 283 id.append(TARGET_SEP).append(target); 291 id.append(LATIN_PIVOT).append(target); 348 UnicodeString target; local 349 Transliterator::_getAvailableTarget(t, source, target); [all...] |
/external/icu4c/test/ |
Makefile.in | 55 target=`echo $@ | sed s/-recursive//`; \ 57 echo "$(MAKE)[$(MAKELEVEL)]: Making \`$$target' in \`$$subdir'"; \ 60 local_target="$$target-local"; \ 62 local_target="$$target"; \ 67 $(MAKE) "$$target-local" || exit; \ 73 target=`echo $@ | sed s/-recursive//`; \ 75 echo "$(MAKE)[$(MAKELEVEL)]: Making \`$$target' in \`$$subdir'"; \ 76 local_target="$$target"; \
|
/external/icu4c/test/cintltst/ |
eurocreg.c | 143 char target[20]; local 150 target, 151 sizeof(target), 163 target,
|
/external/iptables/extensions/ |
libxt_AUDIT.c | 20 "AUDIT target options\n" 46 static void audit_print(const void *ip, const struct xt_entry_target *target, 50 (const struct xt_audit_info *)target->data; 67 static void audit_save(const void *ip, const struct xt_entry_target *target) 70 (const struct xt_audit_info *)target->data;
|
libxt_CHECKSUM.c | 22 "CHECKSUM target options\n" 40 static void CHECKSUM_print(const void *ip, const struct xt_entry_target *target, 44 (const struct xt_CHECKSUM_info *)target->data; 52 static void CHECKSUM_save(const void *ip, const struct xt_entry_target *target) 55 (const struct xt_CHECKSUM_info *)target->data;
|
libxt_CLASSIFY.c | 14 "CLASSIFY target options:\n" 53 const struct xt_entry_target *target, 57 (const struct xt_classify_target_info *)target->data; 63 CLASSIFY_save(const void *ip, const struct xt_entry_target *target) 66 (const struct xt_classify_target_info *)target->data;
|
libxt_IDLETIMER.c | 48 "IDLETIMER target options:\n" 57 const struct xt_entry_target *target, 61 (struct idletimer_tg_info *) target->data; 69 const struct xt_entry_target *target) 72 (struct idletimer_tg_info *) target->data;
|
libxt_SECMARK.c | 2 * Shared library add-on to iptables to add SECMARK target support. 4 * Based on the MARK target. 12 #define PFX "SECMARK target: " 21 "SECMARK target options:\n" 52 static void SECMARK_print(const void *ip, const struct xt_entry_target *target, 56 (struct xt_secmark_target_info*)(target)->data; 62 static void SECMARK_save(const void *ip, const struct xt_entry_target *target) 65 (struct xt_secmark_target_info*)target->data;
|
/external/junit/src/org/junit/rules/ |
MethodRule.java | 35 * @param target The object on with the method will be run. 39 Statement apply(Statement base, FrameworkMethod method, Object target);
|
/external/llvm/bindings/ocaml/ |
Makefile | 11 DIRS = llvm bitreader bitwriter analysis target executionengine transforms
|
/external/openssh/ |
uuencode.c | 38 * to 'target' of size 'targsize'. Will always nul-terminate 'target'. 39 * Returns the number of bytes stored in 'target' or -1 on error (inc. 44 char *target, size_t targsize) 46 return __b64_ntop(src, srclength, target, targsize); 50 * Decode base64-encoded 'src' into buffer 'target' of 'targsize' bytes. 52 * stored in 'target' or -1 on error (inc. targsize too small). 55 uudecode(const char *src, u_char *target, size_t targsize) 69 len = __b64_pton(encoded, target, targsize);
|