HomeSort by relevance Sort by last modified time
    Searched refs:NC (Results 1 - 25 of 201) sorted by null

1 2 3 4 5 6 7 8 9

  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/
vkvalidatelayerdoc.sh 6 NC='\033[0m' # No Color
10 NC=''
13 printf "$GREEN[ RUN ]$NC $0\n"
25 printf "$GREEN[ PASSED ]$NC 1 test\n"
28 printf "$RED[ FAILED ]$NC Validation of vk_validation_layer_details.md failed\n"
29 printf "$RED[ FAILED ]$NC 1 test\n"
  /external/vulkan-validation-layers/tests/
vkvalidatelayerdoc.sh 7 NC='\033[0m' # No Color
11 NC=''
15 printf "$GREEN[ SKIPPED ]$NC $0\n"
21 printf "$GREEN[ RUN ]$NC $0\n"
33 printf "$GREEN[ PASSED ]$NC 1 test\n"
36 printf "$RED[ FAILED ]$NC Validation of vk_validation_error_database.txt failed\n"
37 printf "$RED[ FAILED ]$NC 1 test\n"
  /external/vulkan-validation-layers/scripts/
check_code_format.sh 23 NC='\033[0m' # No Color
28 echo -e "${GREEN}No source code to check for formatting.${NC}"
35 echo -e "${GREEN}All source code in PR properly formatted.${NC}"
38 echo -e "${RED}Found formatting errors!${NC}"
  /tools/tradefederation/core/atest/
run_atest_unittests.sh 26 NC='\033[0m' # No Color
47 echo -e "${GREEN}All unittests pass${NC}!"
49 echo -e "${RED}There was a unittest failure${NC}"
  /external/llvm/lib/Support/
regutils.h 42 #define NC (CHAR_MAX - CHAR_MIN + 1)
  /external/swiftshader/third_party/LLVM/lib/Support/
regutils.h 39 #define NC (CHAR_MAX - CHAR_MIN + 1)
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
regutils.h 42 #define NC (CHAR_MAX - CHAR_MIN + 1)
  /packages/apps/Test/connectivity/PMC/
build_pmc.sh 24 NC='\e[0m' # No Color
26 echo -e "Welcome to ${r}U${brn}N${y}I${g}C${lb}O${cy}R${p}N${NC} build system for ${g}PMC${NC}"
45 echo -e "${y}Removing intermeidates of the app${NC}"
56 echo -e "${r}Encountered error when ${@:$#}${NC}"
57 echo -e "${lg}UNICORN ${r}DIED${NC}!"
62 echo -e "${lb}+++++++ Building $APP_NAME.apk +++++++${NC}"
71 echo -e "${y}Switching to root${NC}"
75 echo -e "${y}Uninstalling old apk from device${NC}"
79 echo -e "${lb}Installing apk to device${NC}"
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/regex/
utils.h 77 #define NC (CHAR_MAX - CHAR_MIN + 1)
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
az_isp.c 55 #define NC (M/2)
70 Word16 f1[NC + 1], f2[NC];
77 * for (i=0; i<NC; i++) *
82 * f1[NC] = 2.0*a[NC]; *
84 * for (i=2; i<NC; i++) Divide by (1-z^-2) *
87 for (i = 0; i < NC; i++)
93 f1[NC] = a[NC];
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseUefiDecompressLib/
BaseUefiDecompressLibInternals.h 39 #define NC (0xff + MAXMATCH + 2 - THRESHOLD)
66 UINT16 mLeft[2 * NC - 1];
67 UINT16 mRight[2 * NC - 1];
68 UINT8 mCLen[NC];
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/
BaseUefiTianoCustomDecompressLibInternals.h 39 #define NC (0xff + MAXMATCH + 2 - THRESHOLD)
66 UINT16 mLeft[2 * NC - 1];
67 UINT16 mRight[2 * NC - 1];
68 UINT8 mCLen[NC];
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseUefiDecompressLib/
BaseUefiDecompressLibInternals.h 30 #define NC (0xff + MAXMATCH + 2 - THRESHOLD)
57 UINT16 mLeft[2 * NC - 1];
58 UINT16 mRight[2 * NC - 1];
59 UINT8 mCLen[NC];
BaseUefiDecompressLib.c 231 if (*Pointer == 0 && Avail < (2 * NC - 1)) {
236 if (*Pointer < (2 * NC - 1)) {
426 SetMem (Sd->mCLen, NC, 0);
433 while (Index < Number && Index < NC) {
465 while ((INT16) (--CharC) >= 0 && Index < NC) {
476 SetMem (Sd->mCLen + Index, NC - Index, 0);
478 MakeTable (Sd, NC, Sd->mCLen, 12, Sd->mCTable);
541 if (Index2 >= NC) {
552 } while (Index2 >= NC);
  /tools/test/connectivity/acts/framework/tests/
acts_relay_controller_test.py 91 self.board.get_relay_status(self.relay.position), RelayState.NC)
94 self.board.set(self.relay.position, RelayState.NC)
97 self.board.get_relay_status(self.relay.position), RelayState.NC)
100 self.board.set(self.relay.position, RelayState.NC)
115 self.board.get_relay_status(self.relay.position), RelayState.NC)
118 self.board.set(self.relay.position, RelayState.NC)
125 self.relay.set(RelayState.NC)
127 self.board.get_relay_status(self.relay.position), RelayState.NC)
130 self.board.set(self.relay.position, RelayState.NC)
149 RelayState.NC)
    [all...]
  /external/llvm/lib/CodeGen/
ImplicitNullChecks.cpp 519 for (auto &NC : NullCheckList) {
521 unsigned BranchesRemoved = TII->RemoveBranch(*NC.getCheckBlock());
525 if (auto *DepMI = NC.getOnlyDependency()) {
527 NC.getCheckBlock()->insert(NC.getCheckBlock()->end(), DepMI);
535 NC.getMemOperation(), NC.getCheckBlock(), NC.getNullSucc());
540 MachineBasicBlock *MBB = NC.getMemOperation()->getParent();
550 if (auto *DepMI = NC.getOnlyDependency())
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
az_lsp.cpp 57 4. Used NC in the definition of f1 and f2 arrays.
106 #define NC (M/2) /* M = LPC order, NC = M/2 */
401 * for (i = 0; i< NC; i++) *
416 for (i = 0; i < NC; i++)
441 ylow = Chebps (xlow, coef, NC);
451 ylow = Chebps (xlow, coef, NC);
462 ymid = Chebps (xmid, coef, NC);
521 ylow = Chebps (xlow, coef, NC);
585 Word16 f1[NC + 1]
    [all...]
  /external/compiler-rt/lib/profile/
InstrProfilingMerge.c 109 unsigned I, NC, NVK = 0;
111 NC = SrcData->NumCounters;
115 for (I = 0; I < NC; I++)
  /external/lzma/CPP/Common/
C_FileIO.h 18 namespace NC {
  /tools/test/connectivity/acts/framework/acts/controllers/relay_lib/
relay.py 28 NC = 'NORMALLY_CLOSED'
90 """Sets the relay to the 'NC' state. Shorthand for set(RelayState.NC).
95 self.set(RelayState.NC)
98 """Swaps the state from 'NO' to 'NC' or 'NC' to 'NO'.
102 self.set(RelayState.NC)
107 """Sets the relay to the 'NO' or 'NC' state.
112 state: either 'NO' or 'NC'.
115 ValueError if state is not 'NO' or 'NC'
    [all...]
sain_smart_board.py 107 RelayState.NC if char == '1' else RelayState.NO
130 if no_or_nc == RelayState.NC:
  /external/llvm/lib/Transforms/Utils/
FlattenCFG.cpp 284 Value *NC;
287 NC = Builder.CreateOr(PC, CC);
290 NC = Builder.CreateAnd(PC, CC);
292 PBI->replaceUsesOfWith(CC, NC);
293 PC = NC;
442 Value *NC = Builder.CreateOr(CInst1, CC);
443 PBI->replaceUsesOfWith(CC, NC);
  /external/capstone/
MCRegisterInfo.c 31 MCRegisterClass *C, unsigned NC,
45 RI->NumClasses = NC;
  /external/clang/test/CXX/special/class.copy/
p11.0x.copy.cpp 60 NonConst NC;
83 NonConst NC;
  /frameworks/support/jetifier/jetifier/preprocessor/scripts/
processDefaultConfig.sh 41 NC='\033[0m' # No Color
56 echo -e "${GREEN}SUCCESS${NC}"

Completed in 501 milliseconds

1 2 3 4 5 6 7 8 9