HomeSort by relevance Sort by last modified time
    Searched refs:rlp (Results 1 - 12 of 12) sorted by null

  /development/ndk/sources/android/libportable/arch-mips/
resource.c 42 extern int REAL(getrlimit)(int resource, struct rlimit *rlp);
43 int WRAP(getrlimit)(int resource, struct rlimit *rlp)
45 return REAL(getrlimit)(mips_change_resource(resource), rlp);
48 extern int REAL(setrlimit)(int resource, const struct rlimit *rlp);
49 int WRAP(setrlimit)(int resource, const struct rlimit *rlp)
51 return REAL(setrlimit)(mips_change_resource(resource), rlp);
  /development/ndk/platforms/android-3/include/sys/
resource.h 49 extern int getrlimit(int resource, struct rlimit *rlp);
50 extern int setrlimit(int resource, const struct rlimit *rlp);
  /external/nist-sip/java/gov/nist/javax/sip/parser/
RequestLineParser.java 87 RequestLineParser rlp = local
89 RequestLine rl = rlp.parse();
  /external/clang/test/Sema/
transparent-union.c 5 long *__restrict rlp; member in union:__anon23780
  /external/chromium_org/chrome/browser/resources/hotword_helper/
manager.js 204 // TODO(rlp): Possibly remove the next line. It's proably not used, but
  /development/samples/ControllerSample/libs/
android-support-v4.jar 
  /development/samples/training/ContactsList/libs/
android-support-v4.jar 
  /development/samples/training/EffectiveNavigation/libs/
android-support-v4.jar 
  /development/samples/training/InteractiveChart/libs/
android-support-v4.jar 
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 

Completed in 1411 milliseconds