/prebuilts/ndk/r11/platforms/android-19/arch-x86/usr/include/arpa/ |
nameser.h | 34 /* this header intentionally blank
|
/prebuilts/ndk/r11/platforms/android-3/arch-arm/usr/include/arpa/ |
nameser.h | 34 /* this header intentionally blank
|
/prebuilts/ndk/r11/platforms/android-4/arch-arm/usr/include/arpa/ |
nameser.h | 34 /* this header intentionally blank
|
/prebuilts/ndk/r11/platforms/android-5/arch-arm/usr/include/arpa/ |
nameser.h | 34 /* this header intentionally blank
|
/prebuilts/ndk/r11/platforms/android-8/arch-arm/usr/include/arpa/ |
nameser.h | 34 /* this header intentionally blank
|
/prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/arpa/ |
nameser.h | 34 /* this header intentionally blank
|
/prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/arpa/ |
nameser.h | 34 /* this header intentionally blank
|
/prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/arpa/ |
nameser.h | 34 /* this header intentionally blank
|
/prebuilts/ndk/r11/sources/android/support/src/musl-ctype/ |
iswctype.c | 55 "alnum\0" "alpha\0" "blank\0"
|
/prebuilts/ndk/r13/sources/android/support/src/musl-ctype/ |
iswctype.c | 55 "alnum\0" "alpha\0" "blank\0"
|
/system/bt/ |
EventLogTags.logtags | 11 # Tag numbers and names are separated by whitespace. Blank lines and lines
|
/system/core/adb/ |
line_printer.h | 42 /// Whether the caret is at the beginning of a blank line.
|
/system/core/liblog/ |
event.logtags | 11 # Tag numbers and names are separated by whitespace. Blank lines and lines
|
/hardware/intel/img/hwcomposer/merrifield/common/observers/ |
MultiDisplayObserver.cpp | 45 status_t MultiDisplayCallback::blankSecondaryDisplay(bool blank) 47 ITRACE("blank: %d", blank); 48 mDispObserver->blankSecondaryDisplay(blank); 297 status_t MultiDisplayObserver::blankSecondaryDisplay(bool blank) 299 // blank secondary display 300 Hwcomposer::getInstance().getDisplayAnalyzer()->postBlankEvent(blank);
|
/system/core/adf/libadf/tests/ |
adf_test.cpp | 93 void blank(uint8_t mode) { function in class:AdfTest 236 TEST_F(AdfTest, blank) { 243 ASSERT_NO_FATAL_FAILURE(blank(DRM_MODE_DPMS_OFF)); 247 ASSERT_NO_FATAL_FAILURE(blank(DRM_MODE_DPMS_ON)); 271 ASSERT_NO_FATAL_FAILURE(blank(DRM_MODE_DPMS_ON)); 339 ASSERT_NO_FATAL_FAILURE(blank(DRM_MODE_DPMS_ON)); 357 ASSERT_NO_FATAL_FAILURE(blank(DRM_MODE_DPMS_ON));
|
/external/pdfium/xfa/fxbarcode/oned/ |
BC_OnedUPCAWriter.cpp | 140 FX_FLOAT blank = 0.0; local 189 CalcTextInfo(tempStr, pCharPos + 1, m_pFont, strWidth, iFontSize, blank); 212 CalcTextInfo(tempStr, pCharPos + 6, m_pFont, strWidth, iFontSize, blank); 239 CalcTextInfo(tempStr, pCharPos, m_pFont, strWidth, iFontSize, blank); 259 CalcTextInfo(tempStr, pCharPos + 11, m_pFont, strWidth, iFontSize, blank);
|
/external/toybox/scripts/ |
mkflags.c | 38 // Shell feeds in " " for blank args, leading space not meaningful. 99 struct flag *blank = calloc(sizeof(struct flag), 1); local 101 blank->next = list; 102 blank->lopt = new; 103 list = blank;
|
config2help.c | 84 // Collect "-a blah" description lines following a blank line (or start). 89 // Discards blank lines before and after dashlines. 105 // Find start of dash block. Must be at start or after blank line. 118 // because zap_blank_lines skipped blank lines, and we had to have at least 119 // one non-blank line (a dash line) to get this far. 299 // blank line if catch had a prefix.
|
/prebuilts/go/darwin-x86/src/go/doc/ |
comment.go | 269 // so it is known not to have leading, trailing blank lines 273 // Each span of unindented non-blank lines is converted into 354 // count indented or blank lines 359 // but not trailing blank lines 376 // current line is non-blank, surrounded by blank lines 377 // and the next non-blank line is not indented: this 402 // (such as program text), it prefixes each non-blank line with preIndent. 451 l.out.Write(nl) // blank line before new paragraph
|
/prebuilts/go/linux-x86/src/go/doc/ |
comment.go | 269 // so it is known not to have leading, trailing blank lines 273 // Each span of unindented non-blank lines is converted into 354 // count indented or blank lines 359 // but not trailing blank lines 376 // current line is non-blank, surrounded by blank lines 377 // and the next non-blank line is not indented: this 402 // (such as program text), it prefixes each non-blank line with preIndent. 451 l.out.Write(nl) // blank line before new paragraph
|
/external/pdfium/core/fxcrt/ |
fx_basic_bstring_unittest.cpp | 520 CFX_ByteString blank(" "); 521 blank.TrimRight("ERP"); 522 EXPECT_EQ(" ", blank); 523 blank.TrimRight('E'); 524 EXPECT_EQ(" ", blank); 525 blank.TrimRight(); 526 EXPECT_EQ("", blank); 579 CFX_ByteString blank(" "); 580 blank.TrimLeft("ERP"); 581 EXPECT_EQ(" ", blank); [all...] |
fx_basic_wstring_unittest.cpp | 487 CFX_WideString blank(L" "); 488 blank.TrimRight(L"ERP"); 489 EXPECT_EQ(L" ", blank); 490 blank.TrimRight(L'E'); 491 EXPECT_EQ(L" ", blank); 492 blank.TrimRight(); 493 EXPECT_EQ(L"", blank); 546 CFX_WideString blank(L" "); 547 blank.TrimLeft(L"ERP"); 548 EXPECT_EQ(L" ", blank); [all...] |
/hardware/intel/img/hwcomposer/merrifield/common/base/ |
Hwcomposer.cpp | 234 bool Hwcomposer::blank(int disp, int blank) function in class:android::intel::Hwcomposer 237 ATRACE("disp = %d, blank = %d", disp, blank); 250 return device->blank(blank ? true : false);
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/ |
Hwcomposer.cpp | 166 bool Hwcomposer::blank(int disp, int blank) function in class:android::intel::Hwcomposer 169 ALOGTRACE("disp = %d, blank = %d", disp, blank); 184 return device->blank(blank ? true : false);
|
/prebuilts/go/darwin-x86/src/go/types/ |
assignments.go | 17 // Use T == nil to indicate assignment to an untyped blank identifier. 34 // type or the blank identifier, the constant is first converted to type 53 // spec: "If a left-hand side is the blank identifier, any typed or 140 // Don't evaluate lhs if it is the blank identifier. 175 // expression, or the blank identifier. Operands may be parenthesized." 300 // declare new variable, possibly a blank (_) variable
|