HomeSort by relevance Sort by last modified time
    Searched defs:source (Results 826 - 850 of 1097) sorted by null

<<31323334353637383940>>

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /cts/tests/tests/text/src/android/text/cts/
TextUtilsTest.java 2 * Copyright (C) 2008 The Android Open Source Project
266 // exceptional source start
277 // exceptional source end
308 // exceptional source
711 MockCharSequence mockCharSequence = new MockCharSequence("source string mock");
1025 String source = "string to be reversed"; local
2020 CharSequence source = "test dump spans"; local
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
Rops.java 2 * Copyright (C) 2007 The Android Open Source Project
1168 Type source = sources.getType(0); local
1182 Type source = sources.getType(1); local
    [all...]
  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java 2 * Copyright (C) 2011 The Android Open Source Project
309 updateIndex(e1.offset, getIndexMap(e1.source), e1.index, outCount - 1);
313 updateIndex(e2.offset, getIndexMap(e2.source), e2.index, outCount - 1);
323 private List<UnsortedValue> readUnsortedValues(DexBuffer source, IndexMap indexMap) {
324 TableOfContents.Section section = getSection(source.getTableOfContents());
330 DexBuffer.Section in = source.open(section.off);
334 result.add(new UnsortedValue(source, indexMap, value, i, offset));
345 final DexBuffer source; field in class:DexMerger.IdMerger.UnsortedValue
351 UnsortedValue(DexBuffer source, IndexMap indexMap, T value, int index, int offset) {
352 this.source = source
    [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
Rops.java 2 * Copyright (C) 2007 The Android Open Source Project
1168 Type source = sources.getType(0); local
1182 Type source = sources.getType(1); local
    [all...]
  /device/asus/tilapia/self-extractors/nvidia/staging/keymaster/
pkcs11.h 4 * Redistribution and use in source and binary forms, with or without
8 * * Redistributions of source code must retain the above copyright
353 CK_RSA_PKCS_OAEP_SOURCE_TYPE source; member in struct:CK_RSA_PKCS_OAEP_PARAMS
  /external/bison/src/
scan-code.c 285 /* Whether this is an "interactive" input source; if so, and
312 * shouldn't try reading from the input source any more. We might
1556 register char *source = (yytext_ptr); local
    [all...]
scan-gram.c 285 /* Whether this is an "interactive" input source; if so, and
312 * shouldn't try reading from the input source any more. We might
2592 register char *source = (yytext_ptr); local
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
Rops.java 2 * Copyright (C) 2007 The Android Open Source Project
1168 Type source = sources.getType(0); local
1182 Type source = sources.getType(1); local
    [all...]
  /external/icu4c/test/cintltst/
capitst.c 281 UChar source[12], target[12]; local
328 u_uastrcpy(source, "ab");
331 doStrcoll(col, source, u_strlen(source), target, u_strlen(target), UCOL_LESS, "ab < abc comparison failed");
333 u_uastrcpy(source, "ab");
336 doStrcoll(col, source, u_strlen(source), target, u_strlen(target), UCOL_LESS, "ab < AB comparison failed");
338 u_uastrcpy(source, "blackbird");
341 doStrcoll(col, source, u_strlen(source), target, u_strlen(target), UCOL_GREATER, "black-bird > blackbird comparison failed")
    [all...]
cbiditst.c 460 log_err("Source: %s", src); fputs("\n", stderr);
579 log_err("Source does not map to Result\n");
627 log_err("Result does not map to Source\n");
2429 source[]={ local
2626 source[]={ local
2777 source[]={ local
2829 source[]={ local
4539 const char* source; member in struct:__anon8755
    [all...]
ccapitst.c 415 const uint8_t source[]={ 0x00, 0x04, 0x05, 0x06, 0xa2, 0xb4, 0x00}; local
418 sourceLimit=sizeof(source)/sizeof(source[0]);
422 targetCapacity=ucnv_convert("ibm-1364", "ibm-1363", NULL, targetLimit , (const char*)source, sourceLimit, &err);
427 targetCapacity=ucnv_convert("ibm-1364", "ibm-1363", target, targetLimit , (const char*)source, sourceLimit, &err);
439 i=ucnv_convert("ibm-1364", "ibm-1363", target, targetLimit , (const char*)source+1, -1, &err);
447 i=ucnv_convert("ibm-1364", "ibm-1363", target, targetLimit , (const char*)source, 0, &err);
453 sourceLimit=sizeof(source)/sizeof(source[0]);
454 i=ucnv_convert("ibm-1364", "ibm-1363", target, targetLimit , (const char*)source, sourceLimit, &err)
673 const char *source=(const char *)in, *limit=(const char *)in+sizeof(in); local
2002 static const char source[]={ 0x30, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37, 0x38, 0x39 }; local
2503 const char *source; local
3204 const UChar* source = fromUnicodeTests[i].input; local
3239 const UChar* source = head; local
3310 const char* source = toUnicodeTests[i].input; local
3347 const char* source = head; local
    [all...]
  /external/icu4c/test/intltest/
transtst.cpp 64 icu4c: source/test/intltest/transtst.cpp
1972 UnicodeString source; local
2334 UnicodeString source; local
2522 const char* const source[MAX_LEN] = { local
2663 const char* const source[MAX_LEN] = { local
2711 const char* const source[MAX_LEN] = { local
2771 const char* const source[] = { local
3172 UnicodeString source = CharsToUnicodeString("\\\\u00E1"); \/\/ a-acute local
3414 const UnicodeString& source = testCases[i+1]; local
3543 UnicodeString source; local
    [all...]
usettest.cpp 212 //String source = "0x" + Integer.toString(start,16).toUpperCase();
213 //if (start != end) source += "..0x" + Integer.toString(end,16).toUpperCase();
214 UnicodeString source; local
215 source = source + (uint32_t)start;
217 source = source + ".." + (uint32_t)end;
220 return checkPat(source, testSet);
223 UBool UnicodeSetTest::checkPat(const UnicodeString& source,
232 if (!checkPat(source + " (escaped)", testSet, pat0)) return FALSE
1950 UnicodeString source; s.toPattern(source, TRUE); local
    [all...]
  /external/libnfc-nxp/src/
phHciNfc_Generic.h 552 /** \internal HCI Source Gate Information for the pipe */
553 phHciNfc_Gate_Info_t source; member in struct:phHciNfc_Pipe_Params
    [all...]
  /external/v8/src/
d8.js 2 // Redistribution and use in source and binary forms, with or without
6 // * Redistributions of source code must retain the above copyright
227 result = 'Source ' + body.script.name + ' compiled:\n';
228 var source = body.script.source; variable
229 if (!(source[source.length - 1] == '\n')) {
230 result += source;
232 result += source.substring(0, source.length - 1)
    [all...]
  /external/webkit/Source/JavaScriptCore/parser/
Nodes.h 1408 const SourceCode& source() const { return m_source; } function in class:JSC::ScopeNode
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Context.cpp 3 // Use of this source code is governed by a BSD-style license that can be
2144 unsigned char *source = (unsigned char*)lock.pBits; local
    [all...]
  /frameworks/base/core/jni/
android_opengl_GLES20.cpp 3 ** Copyright 2009, The Android Open Source Project
18 // This source file is automatically generated
3131 char *source = (char *) 0; local
    [all...]
  /frameworks/base/services/java/com/android/server/net/
NetworkPolicyManagerService.java 2 * Copyright (C) 2011 The Android Open Source Project
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaServiceStateTracker.java 2 * Copyright (C) 2012 The Android Open Source Project
246 * Save current source of cdma subscription
247 * @param source - 1 for NV, 0 for RUIM
249 private void saveCdmaSubscriptionSource(int source) {
250 log("Storing cdma subscription source: " + source);
253 source ); local
498 log("Subscription Source : " + newSubscriptionSource);
503 // NV is ready when subscription source is NV
    [all...]
  /hardware/ti/omap4xxx/security/tf_sdk/include/
pkcs11.h 4 * Redistribution and use in source and binary forms, with or without
8 * * Redistributions of source code must retain the above copyright
353 CK_RSA_PKCS_OAEP_SOURCE_TYPE source; member in struct:CK_RSA_PKCS_OAEP_PARAMS
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cpplib.h 224 cpp_token * GTY ((tag ("CPP_TOKEN_FLD_SOURCE"))) source; member in union:cpp_token_u
244 /* A type wide enough to hold any multibyte source character.
462 source file. It is used as a method of last resort to find headers
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cpplib.h 224 cpp_token * GTY ((tag ("CPP_TOKEN_FLD_SOURCE"))) source; member in union:cpp_token_u
244 /* A type wide enough to hold any multibyte source character.
462 source file. It is used as a method of last resort to find headers
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cpplib.h 224 cpp_token * GTY ((tag ("CPP_TOKEN_FLD_SOURCE"))) source; member in union:cpp_token_u
244 /* A type wide enough to hold any multibyte source character.
462 source file. It is used as a method of last resort to find headers
    [all...]

Completed in 2439 milliseconds

<<31323334353637383940>>