/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Statements/ |
switch-001.js | 40 function SwitchTest( input, expect ) { 43 switch ( input ) { 60 "switch with no breaks, case expressions are numbers. input is "+ 61 input,
|
switch-002.js | 35 function SwitchTest( input, expect ) { 38 switch ( input ) { 57 "switch with no breaks: input is " + input,
|
switch-003.js | 35 function SwitchTest( input, expect ) { 38 switch ( input ) { 51 "switch with no breaks: input is " + input,
|
/ndk/tests/device/test-gnustl-full/unit/ |
neq_test.cpp | 33 int input [3] = { 1, 2, 3 }; local 36 transform((int*)input, (int*)input + 3, (int*)output, negate<int>());
|
/ndk/tests/device/test-stlport/unit/ |
neq_test.cpp | 33 int input [3] = { 1, 2, 3 }; local 36 transform((int*)input, (int*)input + 3, (int*)output, negate<int>());
|
/external/icu4c/io/ |
uscanf_p.c | 316 u_scanf_skip_leading_ws(UFILE *input, 323 /* skip all leading ws in the input */ 324 while( (isNotEOF = ufile_getch(input, &c)) && (c == pad || u_isWhitespace(c)) ) 329 /* put the final character back on the input */ 331 u_fungetc(c, input); 338 u_scanf_skip_leading_positive_sign(UFILE *input, 357 /* skip all leading ws in the input */ 358 while( (isNotEOF = ufile_getch(input, &c)) && (count < symbolLen && c == plusSymbol[count]) ) 363 /* put the final character back on the input */ 365 u_fungetc(c, input); [all...] |
/libcore/luni/src/main/java/java/util/regex/ |
Matcher.java | 20 * The result of applying a {@code Pattern} to a given input. See {@link Pattern} for 36 * Holds the input text. 38 private String input; field in class:Matcher 47 * Holds the end of the region, or input.length() if the matching should 48 * go until the end of the input. 84 * Creates a matcher for a given combination of pattern and input. Both 89 * @param input 90 * the input to use. 92 Matcher(Pattern pattern, CharSequence input) { 94 reset(input); [all...] |
/libcore/luni/src/main/java/javax/crypto/ |
Mac.java | 232 * @param input 237 public final void update(byte input) throws IllegalStateException { 241 spiImpl.engineUpdate(input); 246 * {@code input} from the specified {@code offset} and length {@code len}. 248 * @param input 258 * chunk in {@code input} buffer. 260 public final void update(byte[] input, int offset, int len) throws IllegalStateException { 264 if (input == null) { 267 if ((offset < 0) || (len < 0) || ((offset + len) > input.length)) { 270 spiImpl.engineUpdate(input, offset, len) [all...] |
/external/libxml2/ |
parserInternals.c | 228 * Input handling functions for progressive parsing * 237 /* we need to keep enough input to show errors in context */ 269 * @in: an XML parser input 272 * This function refresh the input for the parser. It doesn't try to 273 * preserve pointers to the input buffer, and discard already read data 320 * @in: an XML parser input 323 * This function increase the input for the parser. It tries to 324 * preserve pointers to the input buffer, and keep already read data 380 * @in: an XML parser input 382 * This function removes used input for the parser 1294 xmlParserInputPtr input; local 1360 xmlParserInputPtr input; local 1421 xmlParserInputPtr input; local 1520 xmlParserInputPtr input; local 1689 xmlParserInputPtr input; local [all...] |
/ndk/sources/host-tools/sed-4.2.1/sed/ |
execute.c | 115 /* State information for the input stream. */ struct 116 struct input { 126 /* Current input line number (over all files). */ 136 bool (*read_fn) P_((struct input *)); /* read one line */ 158 /* The `current' input line. */ 161 /* An input line used to accumulate the result of the s and e commands. */ 164 /* An input line that's been stored by later use by the program */ 167 /* The buffered input look-ahead. The only field that should be 515 static bool read_always_fail P_((struct input *)); 517 read_always_fail(input) 1829 struct input input; local [all...] |
/frameworks/base/core/java/android/util/ |
Base64.java | 76 * Encode/decode another block of input data. this.output is 85 * @return true if the input so far is good; false if some 86 * error has been detected in the input stream.. 88 public abstract boolean process(byte[] input, int offset, int len, boolean finish); 92 * could produce for the given number of input bytes. This may 103 * Decode the Base64-encoded data in input and return the data in 109 * @param str the input String to decode, which is converted to 114 * @throws IllegalArgumentException if the input contains 122 * Decode the Base64-encoded data in input and return the data in 128 * @param input the input array to decod [all...] |
/bionic/libc/kernel/arch-x86/asm/ |
alternative_32.h | 30 #define alternative_input(oldinstr, newinstr, feature, input...) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c0\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".previous\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".previous" :: "i" (feature), ##input) 31 #define alternative_io(oldinstr, newinstr, feature, output, input...) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c[feat]\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".previous\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".previous" : output : [feat] "i" (feature), ##input)
|
/bionic/libc/kernel/common/linux/ |
keychord.h | 15 #include <linux/input.h>
|
/development/ndk/platforms/android-3/include/linux/ |
keychord.h | 15 #include <linux/input.h>
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
alternative_32.h | 30 #define alternative_input(oldinstr, newinstr, feature, input...) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c0\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".previous\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".previous" :: "i" (feature), ##input) 31 #define alternative_io(oldinstr, newinstr, feature, output, input...) asm volatile ("661:\n\t" oldinstr "\n662:\n" ".section .altinstructions,\"a\"\n" " .align 4\n" " .long 661b\n" " .long 663f\n" " .byte %c[feat]\n" " .byte 662b-661b\n" " .byte 664f-663f\n" ".previous\n" ".section .altinstr_replacement,\"ax\"\n" "663:\n\t" newinstr "\n664:\n" ".previous" : output : [feat] "i" (feature), ##input)
|
/external/kernel-headers/original/linux/ |
keychord.h | 2 * Key chord input driver 21 #include <linux/input.h>
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
AbstractMessageLite.java | 106 public BuilderType mergeFrom(final CodedInputStream input) 108 return mergeFrom(input, ExtensionRegistryLite.getEmptyRegistry()); 113 final CodedInputStream input, 120 final CodedInputStream input = data.newCodedInput(); local 121 mergeFrom(input); 122 input.checkLastTagWas(0); 138 final CodedInputStream input = data.newCodedInput(); local 139 mergeFrom(input, extensionRegistry); 140 input.checkLastTagWas(0); 160 final CodedInputStream input local 186 final CodedInputStream input = local [all...] |
/external/webkit/Source/JavaScriptCore/yarr/ |
YarrJIT.h | 50 typedef int (*YarrJITCode)(const UChar* input, unsigned start, unsigned length, int* output) YARR_CALL; 66 int execute(const UChar* input, unsigned start, unsigned length, int* output) 68 return reinterpret_cast<YarrJITCode>(m_ref.m_code.executableAddress())(input, start, length, output); 81 int execute(YarrCodeBlock& jitObject, const UChar* input, unsigned start, unsigned length, int* output);
|
/external/webkit/Tools/DumpRenderTree/win/ |
MD5.h | 42 void MD5_Update(MD5_CTX*, unsigned char* input, unsigned length);
|
/frameworks/base/core/java/android/view/animation/ |
AccelerateInterpolator.java | 60 public float getInterpolation(float input) { 62 return input * input; 64 return (float)Math.pow(input, mDoubleFactor);
|
DecelerateInterpolator.java | 52 public float getInterpolation(float input) { 55 result = (float)(1.0f - (1.0f - input) * (1.0f - input)); 57 result = (float)(1.0f - Math.pow((1.0f - input), 2 * mFactor));
|
/frameworks/compile/libbcc/runtime/test/timing/ |
ashldi3.c | 16 int64_t FUNCTION_NAME(int64_t input, INPUT_TYPE count); 19 INPUT_TYPE input[INPUT_SIZE]; local 24 // Initialize the input array with data of various sizes. 26 input[i] = rand() & 0x3f; 36 FUNCTION_NAME(fixedInput, input[i]);
|
ashrdi3.c | 16 int64_t FUNCTION_NAME(int64_t input, INPUT_TYPE count); 19 INPUT_TYPE input[INPUT_SIZE]; local 24 // Initialize the input array with data of various sizes. 26 input[i] = rand() & 0x3f; 36 FUNCTION_NAME(fixedInput, input[i]);
|
lshrdi3.c | 16 int64_t FUNCTION_NAME(int64_t input, INPUT_TYPE count); 19 INPUT_TYPE input[INPUT_SIZE]; local 24 // Initialize the input array with data of various sizes. 26 input[i] = rand() & 0x3f; 36 FUNCTION_NAME(fixedInput, input[i]);
|
negdi2.c | 16 INPUT_TYPE FUNCTION_NAME(INPUT_TYPE input); 19 INPUT_TYPE input[INPUT_SIZE]; local 24 // Initialize the input array with data of various sizes. 26 input[i] = (((int64_t)rand() << 36) | (uint64_t)rand()) >> (rand() & 63); 37 FUNCTION_NAME(input[i]);
|