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

1 2 3 4

  /external/clang/test/CodeGen/
flatten.c 5 __attribute__((noinline)) void ni(void) {} function
12 // CHECK: call {{.*}} @ni
13 ni();
  /external/javassist/src/main/javassist/bytecode/
EnclosingMethodAttribute.java 49 int ni = cp.addNameAndTypeInfo(methodName, methodDesc); local
53 bvalue[2] = (byte)(ni >>> 8);
54 bvalue[3] = (byte)ni;
68 int ni = 0; local
72 bvalue[2] = (byte)(ni >>> 8);
73 bvalue[3] = (byte)ni;
104 int ni = cp.getNameAndTypeName(mi); local
105 return cp.getUtf8Info(ni);
  /cts/tests/tests/net/src/android/net/cts/
ConnectivityManagerTest.java 110 NetworkInfo[] ni = mCm.getAllNetworkInfo(); local
112 for (NetworkInfo n: ni) {
125 NetworkInfo ni = mCm.getActiveNetworkInfo(); local
127 assertTrue("You must have an active network connection to complete CTS", ni != null);
128 assertTrue(ConnectivityManager.isNetworkTypeValid(ni.getType()));
129 assertTrue(ni.getState() == State.CONNECTED);
135 NetworkInfo ni = mCm.getNetworkInfo(type); local
136 assertTrue("Info shouldn't be null for " + type, ni != null);
137 State state = ni.getState();
140 DetailedState ds = ni.getDetailedState()
151 NetworkInfo[] ni = mCm.getAllNetworkInfo(); local
176 NetworkInfo ni = mCm.getNetworkInfo(TYPE_MOBILE); local
225 NetworkInfo ni = mCm.getNetworkInfo(type); local
    [all...]
NetworkInfoTest.java 37 NetworkInfo[] ni = cm.getAllNetworkInfo(); local
38 assertTrue(ni.length >= 1);
40 for (NetworkInfo netInfo: ni) {
  /external/f2fs-tools/fsck/
dump.c 141 struct node_info ni; local
165 get_node_info(sbi, nid, &ni);
168 dev_read_block(node_blk, ni.blk_addr);
226 void dump_file(struct f2fs_sb_info *sbi, struct node_info *ni,
259 dump_inode_blk(sbi, ni->ino, node_blk);
271 struct node_info ni; local
274 get_node_info(sbi, nid, &ni);
277 dev_read_block(node_blk, ni.blk_addr);
280 DBG(1, "nat_entry.block_addr [0x%x]\n", ni.blk_addr);
281 DBG(1, "nat_entry.version [0x%x]\n", ni.version)
306 struct node_info ni; local
    [all...]
fsck.c 178 struct node_info *ni)
188 get_node_info(sbi, nid, ni);
189 if (ni->blk_addr == NEW_ADDR) {
194 if (!IS_VALID_BLK_ADDR(sbi, ni->blk_addr)) {
195 ASSERT_MSG("blkaddres is not valid. [0x%x]", ni->blk_addr);
199 if (is_valid_ssa_node_blk(sbi, nid, ni->blk_addr)) {
204 ret = dev_read_block(node_blk, ni->blk_addr);
224 nid, ni->blk_addr,
242 if (f2fs_test_main_bitmap(sbi, ni->blk_addr) != 0) {
244 nid, ni->blk_addr)
272 struct node_info ni; local
300 struct node_info ni; local
    [all...]
f2fs.h 363 static inline void node_info_from_raw_nat(struct node_info *ni,
366 ni->ino = le32_to_cpu(raw_nat->ino);
367 ni->blk_addr = le32_to_cpu(raw_nat->block_addr);
368 ni->version = raw_nat->version;
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyNetworkMonitor.java 45 NetworkInfo ni = (NetworkInfo) intent.getParcelableExtra( local
48 + "type=" + ni.getType() + ", state=" + ni.getState());
50 if (NetworkInfo.State.CONNECTED == ni.getState()) {
52 mLastNetworkType = ni.getType();
53 } else if (NetworkInfo.State.DISCONNECTED == ni.getState()) {
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeParser.java 195 int ni = nodes.length-1; local
197 while ( ni>=0 && t!=null ) {
198 if ( nodes[ni].equals("...") ) {
199 // walk upwards until we see nodes[ni-1] then continue walking
200 if ( ni==0 ) return true; // ... at start is no-op
201 String goal = nodes[ni-1];
205 ni--;
208 if ( !name.equals(nodes[ni]) ) {
209 //System.err.println("not matched: "+nodes[ni]+" at "+t);
213 ni--
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncId.java 123 DTMIterator ni = arg.iter(); local
125 int pos = ni.nextNode();
129 DTM ndtm = ni.getDTM(pos);
132 pos = ni.nextNode();
136 // ni.detach();
  /bionic/libc/kernel/uapi/linux/netfilter_bridge/
ebt_802_3.h 56 struct hdr_ni ni; member in union:ebt_802_3_hdr::__anon678
  /development/ndk/platforms/android-L/include/linux/netfilter_bridge/
ebt_802_3.h 55 struct hdr_ni ni; member in union:ebt_802_3_hdr::__anon2271
  /external/kernel-headers/original/uapi/linux/netfilter_bridge/
ebt_802_3.h 28 /* ui has one byte ctrl, ni has two */
51 struct hdr_ni ni; member in union:ebt_802_3_hdr::__anon2805
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
FuncKey.java 91 DTMIterator ni = arg.iter(); local
96 while (DTM.NULL != (pos = ni.nextNode()))
  /external/bison/build-aux/
do-release-commit-and-tag 162 perl -MPOSIX -ni -e 'my $today = strftime "%F", localtime time;' \
  /external/chromium_org/third_party/icu/source/common/
rbbisetb.cpp 154 int ni; local
155 for (ni=0; ; ni++) { // Loop over each of the UnicodeSets encountered in the input rules
156 usetNode = (RBBINode *)this->fRB->fUSetNodes->elementAt(ni);
265 for (ni=0; ; ni++) { // Loop over each of the UnicodeSets encountered in the input rules
266 usetNode = (RBBINode *)this->fRB->fUSetNodes->elementAt(ni);
  /external/icu/icu4c/source/common/
rbbisetb.cpp 154 int ni; local
155 for (ni=0; ; ni++) { // Loop over each of the UnicodeSets encountered in the input rules
156 usetNode = (RBBINode *)this->fRB->fUSetNodes->elementAt(ni);
265 for (ni=0; ; ni++) { // Loop over each of the UnicodeSets encountered in the input rules
266 usetNode = (RBBINode *)this->fRB->fUSetNodes->elementAt(ni);
  /external/clang/test/SemaCXX/
explicit.cpp 202 NotInt ni; local
205 new int[ni]; // expected-error {{array size expression of type 'NotInt' requires explicit conversion to type 'int'}}
  /external/javassist/src/main/javassist/expr/
NewExpr.java 223 ProceedForNew(CtClass nt, int ni, int mi) {
225 newIndex = ni;
  /external/openfst/src/include/fst/
replace-util.h 333 size_t ni = in->second; local
334 stats_[i].nstates += stats_[j].nstates * ni;
335 stats_[i].narcs += (stats_[j].narcs + 1) * ni; // narcs - 1 + 2 (eps)
336 stats_[i].nnonterms += (stats_[j].nnonterms - 1) * ni;
343 stats_[i].outref[k] += ni * nk;
358 size_t ni = in->second; local
359 stats_[k].inref[i] += ni * nk;
360 stats_[k].nref += ni * nk;
  /external/apache-xml/src/main/java/org/apache/xpath/
NodeSetDTM.java 122 * @param ni Iterator which yields Nodes to be made members of the new set.
124 public NodeSetDTM(DTMIterator ni)
129 m_manager = ni.getDTMManager();
130 m_root = ni.getRoot();
131 addNodes(ni);
    [all...]
  /cts/tests/JobScheduler/src/android/jobscheduler/cts/
ConnectivityConstraintTest.java 260 NetworkInfo ni = allNetworkInfo[i]; local
261 if (ni.getType() == mNetworkType) {
262 networkInfo = ni;
  /external/opencv/ml/src/
mlcnn.cpp     [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
NodeSorter.java 518 DTMIterator ni = ((XNodeSet)r).iterRaw(); local
519 int current = ni.getCurrentNode();
521 current = ni.nextNode();
523 // if (ni instanceof ContextNodeList) // %REVIEW%
  /external/openfst/src/test/
fst_test.h 132 size_t ni = fst->NumInputEpsilons(s); local
142 CHECK_EQ(fst->NumInputEpsilons(s), ni + 1);
145 CHECK_EQ(fst->NumInputEpsilons(s), ni);

Completed in 895 milliseconds

1 2 3 4